Skip to content

feat: add BIP32 derivation support #2

@dannywillems

Description

@dannywillems

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:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions