element-x-ada/features/wallet/impl
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
..
src feat(wallet): implement import wallet from mnemonic 2026-03-28 17:29:11 -07:00
build.gradle.kts Phase 3: Wallet panel UI and full /pay flow wiring 2026-03-28 09:23:58 -07:00
proguard-rules.pro feat(wallet): scaffold wallet module structure 2026-03-27 10:04:58 -07:00