element-x-ada/features/wallet
Kayos 75edbd5499 feat(wallet): Add SSSS backup functionality
- Add "Backup to Matrix" button to wallet Settings tab
- Implement BackupRecoveryKeyDialog for entering recovery key
- Wire up WalletBackupService for SSSS encryption
- Add backup state to WalletPanelState and WalletPanelEvent
- Add localized strings for backup UI

Backup flow:
1. User taps "Backup to Matrix" in wallet settings
2. Dialog prompts for Matrix recovery key
3. Wallet mnemonic is encrypted with SSSS
4. Stored in Matrix account data as com.sulkta.cardano.wallet_seed

Tested: Successfully backed up wallet to SSSS on testnet.
2026-03-29 05:02:25 -07:00
..
api feat(wallet): add SSSS backup for wallet seed phrase 2026-03-28 17:23:42 -07:00
impl feat(wallet): Add SSSS backup functionality 2026-03-29 05:02:25 -07:00
test Phase 3: Wallet panel UI and full /pay flow wiring 2026-03-28 09:23:58 -07:00