spacemeshos / app

[DEPRECATED] The cosmic Spacemesh App containing the Spacemesh Wallet and the Spacemesh Dashboard 🏦📊
MIT License
20 stars 12 forks source link

Implement an Ethereum style HD Wallet #45

Open omidmahboubian opened 5 years ago

omidmahboubian commented 5 years ago

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