element-x-ada/features/wallet
Kayos 1308a8299a feat(wallet): implement import wallet from mnemonic
Users can now import an existing wallet by entering their
12 or 24-word recovery phrase.

Features:
- New IMPORT_MNEMONIC step in wallet setup flow
- Live word count display (12/24 words)
- Clear button for input field
- Validates BIP39 mnemonic using cardano-client-lib
- FLAG_SECURE on import screen (mnemonic is sensitive)
- Paste-friendly single text area
- Inline error messages for invalid phrases

The imported wallet skips the backup prompt since the user
already has their recovery phrase.
2026-03-28 17:29:11 -07:00
..
api feat(wallet): add SSSS backup for wallet seed phrase 2026-03-28 17:23:42 -07:00
impl feat(wallet): implement import wallet from mnemonic 2026-03-28 17:29:11 -07:00
test Phase 3: Wallet panel UI and full /pay flow wiring 2026-03-28 09:23:58 -07:00