1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-19 12:08:05 +00:00

BIP 39: link BitcoinJS & blockchain.info implementation

BIP 39 mnemonics are featured quite prominently in the UI as well.
This commit is contained in:
Sjors Provoost 2016-02-22 15:10:48 +08:00
parent 561e1b77bd
commit 717228b8fd

View File

@ -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]])