1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-05-18 16:59:30 +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: Haskell:
* https://github.com/haskoin/haskoin * https://github.com/haskoin/haskoin
.NET (Standard):
* https://www.nuget.org/packages/dotnetstandard-bip39/
.NET C# (PCL): .NET C# (PCL):
* https://github.com/Thashiznets/BIP39.NET * https://github.com/Thashiznets/BIP39.NET