-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Add BIP32 hierarchical deterministic (HD) wallet support for deriving multiple addresses from a single seed phrase.
Context
BIP32 support is being implemented in o1-labs/proof-systems:
- PR: feat: add mina-bip32 and ledger-test-vectors for Ledger wallet validation o1-labs/proof-systems#3388
Requirements
- Add mnemonic seed phrase generation (BIP39)
- Implement BIP32 derivation paths for Mina
- Support standard Mina derivation path (m/44'/12586'/0'/0/0)
- Add ability to derive multiple accounts from single seed
- Update CLI with seed phrase commands
- Update WASM module with seed phrase functions
- Update frontend UI for seed phrase input/display
Dependencies
This feature depends on BIP32 support being merged and released in o1-labs/proof-systems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels