summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-07-18 15:29:09 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-07-18 15:29:09 +0000
commita53cf50b52ba1b23627a4291f5c3c50efc0a7368 (patch)
treee92d2ee632fedded296b59f63891bd64392a58d3
parentab32c2a845e09480562fab326431c2c7a2db6974 (diff)
parentde90683130e346bd43abf62030f4434179aa91af (diff)
downloadbips-a53cf50b52ba1b23627a4291f5c3c50efc0a7368.tar.xz
Merge remote-tracking branch 'origin-pull/336/head'
-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]])