synor/apps/desktop-wallet/src-tauri/src
Gulshan Yadav f56a6f5088 feat(wallet): add OS keychain integration with biometric unlock
Add cross-platform keychain support using the keyring crate for secure
credential storage with biometric authentication (TouchID on macOS,
Windows Hello on Windows, Secret Service on Linux).

- Add keychain module with enable/disable biometric unlock
- Add Tauri commands for keychain operations
- Add Keychain error variant for proper error handling
- Add Java SDK foundation
- Update milestone docs to reflect 95% completion
2026-01-11 17:31:21 +05:30
..
commands.rs feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30
crypto.rs fix(desktop-wallet): update crypto APIs for bech32 v0.11 and bip39 v2 2026-01-10 07:08:47 +05:30
error.rs feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
keychain.rs feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
lib.rs feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
main.rs feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30
wallet.rs feat: Desktop wallet, gas estimator UI, and 30-day monitoring stack 2026-01-10 04:38:09 +05:30