-
Trezor 錢包
- GitHub 組織:https://github.com/trezor
- 說明:Trezor 是一款硬件加密貨幣錢包,它的團隊開發(fā)了與助記詞相關(guān)的許多工具和庫。
-
Electrum 錢包
- GitHub 倉庫:https://github.com/spesmilo/electrum
- 說明:Electrum 是一款比特幣輕量級錢包,它的團隊也開發(fā)了與助記詞相關(guān)的工具和庫。
-
BIP44
- GitHub 倉庫:https://github.com/bitcoin/bips/tree/master/bip-0044
- 說明:BIP44 是比特幣改進提案中的一個標(biāo)準(zhǔn),定義了一種用于確定性錢包的層次結(jié)構(gòu),包括生成助記詞的方法。
-
BIP32
- GitHub 倉庫:bips/bip-0032 at master · bitcoin/bips · GitHub
- 說明:BIP32 是比特幣改進提案中的一個標(biāo)準(zhǔn),定義了一種用于生成確定性錢包的方法。
-
SLIP39
- GitHub 倉庫:https://github.com/satoshilabs/slips/tree/master/slip-0039
- 說明:SLIP39 是一個由 SatoshiLabs 提出的改進提案,擴展了 BIP39,使其支持多種語言和更強大的備份和恢復(fù)功能。
6. **BIP39 標(biāo)準(zhǔn)實現(xiàn)(JavaScript)**
? ?- GitHub 倉庫:[https://github.com/bitcoinjs/bip39](https://github.com/bitcoinjs/bip39)
? ?- 說明:BIP39 標(biāo)準(zhǔn)的 JavaScript 實現(xiàn),用于生成助記詞和從助記詞恢復(fù)錢包。
7. **SLIP39 Python 實現(xiàn)**
? ?- GitHub 倉庫:[https://github.com/iancoleman/slip39](https://github.com/iancoleman/slip39)
? ?- 說明:SLIP39 的 Python 實現(xiàn),用于生成和恢復(fù)多重密鑰分享方案。
8. **mnemonic(Python)**
? ?- GitHub 倉庫:[https://github.com/trezor/python-mnemonic](https://github.com/trezor/python-mnemonic)
? ?- 說明:Python 版本的 BIP39 助記詞生成和恢復(fù)庫。
9. **pywallet(Python)**
? ?- GitHub 倉庫:[https://github.com/ranaroussi/pywallet](https://github.com/ranaroussi/pywallet)
? ?- 說明:Python 實現(xiàn)的比特幣錢包工具,支持助記詞生成和恢復(fù)。
10. **BIP-0039-Utilities(C++)**
? ? - GitHub 倉庫:[https://github.com/iancoleman/bip39](https://github.com/iancoleman/bip39)
? ? - 說明:BIP39 助記詞的 C++ 實用工具。
11. **wallet-core(C++)**
? ? - GitHub 倉庫:[https://github.com/TrustWallet/wallet-core](https://github.com/TrustWallet/wallet-core)
? ? - 說明:支持多個加密貨幣的 C++ 錢包核心庫,包括助記詞生成和恢復(fù)功能。
12. **MnemonicKit(Swift)**
? ? - GitHub 倉庫:[https://github.com/SchibstedSpain/MnemonicKit](https://github.com/SchibstedSpain/MnemonicKit)
? ? - 說明:用于生成和驗證 BIP39 助記詞的 Swift 庫。
13. **Android-Mnemonic-Code(Java)**
? ? - GitHub 倉庫:[https://github.com/bither/Android-Mnemonic-Code](https://github.com/bither/Android-Mnemonic-Code)
? ? - 說明:用于生成和恢復(fù) BIP39 助記詞的 Android 庫。
14. **rust-bip39(Rust)**
? ? - GitHub 倉庫:[https://github.com/rust-bitcoin/rust-bip39](https://github.com/rust-bitcoin/rust-bip39)
? ? - 說明:用于生成和恢復(fù) BIP39 助記詞的 Rust 庫。
15. **BIP-0039-Validator(Ruby)**
? ? - GitHub 倉庫:[https://github.com/jordanbaucke/bip39_validator](https://github.com/jordanbaucke/bip39_validator)
? ? - 說明:用于驗證 BIP39 助記詞的 Ruby 庫。
16. **bitcoinj(Java)**
? ? - GitHub 倉庫:[https://github.com/bitcoinj/bitcoinj](https://github.com/bitcoinj/bitcoinj)
? ? - 說明:用于比特幣的 Java 實現(xiàn),支持 BIP39 助記詞的生成和恢復(fù)。
17. **MnemonicSwift(Swift)**
? ? - GitHub 倉庫:[https://github.com/jnprogrammer/MnemonicSwift](https://github.com/jnprogrammer/MnemonicSwift)
? ? - 說明:用于生成和驗證 BIP39 助記詞的 Swift 庫。
18. **KMMnemonic(Objective-C)**
? ? - GitHub 倉庫:[https://github.com/kalm/kalm-mnemonic](https://github.com/kalm/kalm-mnemonic)
? ? - 說明:用于生成和驗證 BIP39 助記詞的 Objective-C 庫。
19. **mnemonic(Go)**
? ? - GitHub 倉庫:[https://github.com/dcousens/mnemonic](https://github.com/dcousens/mnemonic)
? ? - 說明:用于生成和驗證 BIP39 助記詞的 Go 庫。
20. **libmnemonic(C)**
? ? - GitHub 倉庫:[https://github.com/tpmccallum/libmnemonic](https://github.com/tpmccallum/libmnemonic)
? ? - 說明:用于生成和驗證 BIP39 助記詞的 C 庫。
-
BIP39 標(biāo)準(zhǔn)實現(xiàn)(JavaScript)
- GitHub 倉庫:https://github.com/bitcoinjs/bip39
- 說明:BIP39 標(biāo)準(zhǔn)的 JavaScript 實現(xiàn),用于生成助記詞和從助記詞恢復(fù)錢包。
-
SLIP39 Python 實現(xiàn)
- GitHub 倉庫:https://github.com/iancoleman/slip39
- 說明:SLIP39 的 Python 實現(xiàn),用于生成和恢復(fù)多重密鑰分享方案。
-
mnemonic(Python)
- GitHub 倉庫:https://github.com/trezor/python-mnemonic
- 說明:Python 版本的 BIP39 助記詞生成和恢復(fù)庫。
-
pywallet(Python)
- GitHub 倉庫:https://github.com/ranaroussi/pywallet
- 說明:Python 實現(xiàn)的比特幣錢包工具,支持助記詞生成和恢復(fù)。
-
BIP-0039-Utilities(C++)
- GitHub 倉庫:https://github.com/iancoleman/bip39
- 說明:BIP39 助記詞的 C++ 實用工具。
-
wallet-core(C++)
- GitHub 倉庫:https://github.com/TrustWallet/wallet-core
- 說明:支持多個加密貨幣的 C++ 錢包核心庫,包括助記詞生成和恢復(fù)功能。
-
MnemonicKit(Swift)
- GitHub 倉庫:https://github.com/SchibstedSpain/MnemonicKit
- 說明:用于生成和驗證 BIP39 助記詞的 Swift 庫。
-
Android-Mnemonic-Code(Java)
- GitHub 倉庫:https://github.com/bither/Android-Mnemonic-Code
- 說明:用于生成和恢復(fù) BIP39 助記詞的 Android 庫。
-
rust-bip39(Rust)文章來源:http://www.zghlxwxcb.cn/news/detail-861542.html
- GitHub 倉庫:https://github.com/rust-bitcoin/rust-bip39
- 說明:用于生成和恢復(fù) BIP39 助記詞的 Rust 庫。
-
BIP-0039-Validator(Ruby)文章來源地址http://www.zghlxwxcb.cn/news/detail-861542.html
- GitHub 倉庫:https://github.com/jordanbaucke/bip39_validator
- 說明:用于驗證 BIP39 助記詞的 Ruby 庫。
到了這里,關(guān)于有關(guān)錢包相關(guān)開發(fā)的庫和依賴的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!