element-x-ada/features/wallet/impl
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
..
src feat(wallet): Add SSSS backup functionality 2026-03-29 05:02:25 -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