1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-24 07:28:03 +01:00

Merge pull request #1564 from bitjson/patch-1

feat: add TypeScript BIP39 implementation
This commit is contained in:
Olaoluwa Osuntokun 2024-04-22 17:52:49 -07:00 committed by GitHub
commit 749ce1f54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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