1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Add .NET standard bip39 implementation

This commit is contained in:
Thomas Grainger 2019-09-09 00:34:07 +01:00 committed by GitHub
parent 33e6283a68
commit 0f1a825246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,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