From 717228b8fdf4ab0f97d73531603b6c24244bf360 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 22 Feb 2016 15:10:48 +0800 Subject: [PATCH] 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]])