From 717228b8fdf4ab0f97d73531603b6c24244bf360 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 22 Feb 2016 15:10:48 +0800 Subject: [PATCH 1/2] BIP 39: link BitcoinJS & blockchain.info implementation BIP 39 mnemonics are featured quite prominently in the UI as well. --- bip-0039.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index c44ad3e8..a0ec74bb 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -139,4 +139,6 @@ Haskell - https://github.com/haskoin/haskoin .NET C# (PCL) - https://github.com/NicolasDorier/NBitcoin -JavaScript - https://github.com/bitpay/bitcore-mnemonic +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]]) From de90683130e346bd43abf62030f4434179aa91af Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 23 Feb 2016 11:24:29 +0800 Subject: [PATCH 2/2] BIP 39: prettier formatting of implementation list --- bip-0039.mediawiki | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index a0ec74bb..ad78ed62 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -131,13 +131,17 @@ 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