diff options
author | Jason Dreyzehner <jason@dreyzehner.com> | 2024-04-15 17:12:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-15 17:12:02 -0400 |
commit | ee0a17ef08924f4cbab5faf30202b03203722a04 (patch) | |
tree | d322ff792f2ebc2a0e0530d0543be7fcad361b07 | |
parent | b3701faef2bdb98a0d7ace4eedbeefa2da4c89ed (diff) |
feat: add TypeScript BIP39 implementation
-rw-r--r-- | bip-0039.mediawiki | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 5170edd..1c4845e 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -171,6 +171,9 @@ JavaScript: * https://github.com/dashhive/DashPhrase.js * https://github.com/hujiulong/web-bip39 +TypeScript: +* https://github.com/bitauth/libauth + Java: * https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java |