diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2023-07-02 18:41:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 18:41:26 -0400 |
commit | d16e96ae9cb791a7339e7ced8888788ee5449f47 (patch) | |
tree | 694680914a5588275ff5aa4535a4b163502c424d /bip-0039.mediawiki | |
parent | 8b41d49d3389d08a4955ac92e00531ef755135af (diff) | |
parent | 5cafddcccabe3f88a0a2c3cd74944172ab6b9776 (diff) |
Merge pull request #1414 from coolaj86/patch-2
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 2180b6c..16eae33 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: |