synor/apps/web/src/lib
Gulshan Yadav fd7f6446ea feat(web-wallet): add hardware wallet support (Ledger/Trezor)
- Add hardware-wallet.ts with Ledger and Trezor integration
- Create HardwareWalletConnect.tsx component for wallet selection UI
- Add Hardware Wallet section to Settings page
- Support WebHID transport for Ledger (Nano S/X/S Plus)
- Support Trezor Connect for Trezor Model T/One
- Implement hybrid signature flow for hardware wallets:
  - Ed25519 signed on hardware device (key never leaves device)
  - Dilithium3 requested from server (for post-quantum protection)

Dependencies added:
- @ledgerhq/hw-transport-webhid: WebHID transport for Ledger
- @trezor/connect-web: Trezor Connect integration

Note: Hardware wallets don't support Dilithium3 yet, so the hybrid
signature scheme uses server-side Dilithium signing with Ed25519 proof.
2026-01-10 06:03:24 +05:30
..
crypto.ts feat(web-wallet): add hardware wallet support (Ledger/Trezor) 2026-01-10 06:03:24 +05:30
hardware-wallet.ts feat(web-wallet): add hardware wallet support (Ledger/Trezor) 2026-01-10 06:03:24 +05:30
rpc.ts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
transaction.ts feat(web-wallet): add QR code generation and scanning support 2026-01-10 05:53:34 +05:30
wasm-crypto.ts feat(web-wallet): add QR code generation and scanning support 2026-01-10 05:53:34 +05:30