1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

BIP39 Adding reference to .NET C# (PCL) API

Addition of a .NET C# (PCL) into the BIPS39 wiki documentation for .NET developers whishing to use BIPS39 in a .NET project to derive seed bytes from a mnemonic sentence.
This commit is contained in:
Thashiznets 2014-12-16 17:59:57 +11:00
parent 86edfd57dd
commit 7f096c1ecd

View File

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