1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Update bip-0039.mediawiki

Hello, I have created a .NET version of the BIP39 specification for the community. It is a Portable Class Library so it can be used in anything newish .NET so Windows Phone, WinRT, full blown .NET 4.5 etc.
This commit is contained in:
Thashiznets 2014-12-06 17:00:26 +11:00
parent 1448e7f990
commit f61e6102be

View file

@ -135,3 +135,5 @@ Objective-C - https://github.com/nybex/NYMnemonic
Haskell - https://github.com/haskoin/haskoin Haskell - https://github.com/haskoin/haskoin
.NET C# (PCL) - https://github.com/Thashiznets/BIP39.NET