summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bip-0039.mediawiki16
1 files changed, 11 insertions, 5 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index b553666..ad78ed6 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -131,12 +131,18 @@ http://github.com/trezor/python-mnemonic
==Other Implementations==
-Objective-C - https://github.com/nybex/NYMnemonic
+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
+.NET C# (PCL):
+* https://github.com/Thashiznets/BIP39.NET
-.NET C# (PCL) - https://github.com/NicolasDorier/NBitcoin
+.NET C# (PCL):
+* https://github.com/NicolasDorier/NBitcoin
-JavaScript - https://github.com/bitpay/bitcore-mnemonic, https://github.com/bitcoinjs/bip39
+JavaScript:
+* https://github.com/bitpay/bitcore-mnemonic
+* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info public beta]])