Commit Graph

1 Commits

Author SHA1 Message Date
user
30973616b9 feat: add xprv wallet import support
All checks were successful
check / check (push) Successful in 22s
Add the ability to import an existing HD wallet using an extended
private key (xprv) instead of a mnemonic phrase.

- New 'xprv' wallet type with full HD derivation and address scanning
- New importXprv view with password encryption
- Updated getSignerForAddress to handle xprv wallet type
- Added xprv link to the add-wallet view
- Allow adding derived addresses for xprv wallets

Closes #20
2026-02-28 08:35:54 -08:00