1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-23 15:38:22 +00: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

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