diff options
author | AJ ONeal <coolaj86@gmail.com> | 2023-02-03 16:11:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-03 16:11:11 -0700 |
commit | 5cafddcccabe3f88a0a2c3cd74944172ab6b9776 (patch) | |
tree | cbf7461982e4ce121c8a59a427133c7f4a205e60 /bip-0039.mediawiki | |
parent | 1a632a38751b24bb18b5e20e65a4b07e4f46b4e0 (diff) |
feat: add DashPhrase.js to JS implementations
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index d8a4d25..636e7a5 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -168,6 +168,7 @@ Haskell: JavaScript: * 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/dashhive/DashPhrase.js * https://github.com/hujiulong/web-bip39 Java: |