app
app copied to clipboard
Core: Mock HD Wallet
Description
Implement an Ethereum style HD Wallet You can view more details https://github.com/spacemeshos/app/wiki/Wallet-Tech-Notes
Describe the solution you'd like Libraries to consider include BIP32, BIP39, Hdkey
- Mnemonic
- Extended public & private key pair
- Key derivation (PKDF2)
- You can use Ethereum path (m/44/0/0/1)
https://github.com/bitcoinjs/bip32 https://github.com/bitcoinjs/bip39
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Contribution Guide
Please checkout the contribution guide