1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-13 19:16:49 +01:00

Merge pull request #840 from graingert/patch-1

Add .NET standard bip39 implementation
This commit is contained in:
Luke Dashjr 2022-05-05 14:48:42 +00:00 committed by GitHub
commit 54ee25ee93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,9 @@ Objective-C:
Haskell:
* https://github.com/haskoin/haskoin
.NET (Standard):
* https://www.nuget.org/packages/dotnetstandard-bip39/
.NET C# (PCL):
* https://github.com/Thashiznets/BIP39.NET