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

Merge pull request #1414 from coolaj86/patch-2

feat: add DashPhrase.js to JS implementations
This commit is contained in:
Luke Dashjr 2023-07-02 18:41:26 -04:00 committed by GitHub
commit d16e96ae9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,7 @@ Haskell:
JavaScript: JavaScript:
* https://github.com/bitpay/bitcore/tree/master/packages/bitcore-mnemonic * https://github.com/bitpay/bitcore/tree/master/packages/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]]) * 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]])
* https://github.com/dashhive/DashPhrase.js
* https://github.com/hujiulong/web-bip39 * https://github.com/hujiulong/web-bip39
Java: Java: