diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2016-02-22 15:10:48 +0800 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2016-02-22 15:25:53 +0800 |
commit | 717228b8fdf4ab0f97d73531603b6c24244bf360 (patch) | |
tree | 3721f5e8b6290be6c220b2b3a33d8b5fac5601ff /bip-0039.mediawiki | |
parent | 561e1b77bdadd83071382d4454a0e5adca5a904e (diff) |
BIP 39: link BitcoinJS & blockchain.info implementation
BIP 39 mnemonics are featured quite prominently in the UI as well.
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index c44ad3e..a0ec74b 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]]) |