1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-03-09 15:53:54 +00: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

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