feat: view private key for addresses (closes #19) #32

Closed
clawbot wants to merge 1 commits from feat/view-private-key into main

1 Commits

Author SHA1 Message Date
bf56e277e1 feat: view private key for addresses (closes #19)
All checks were successful
check / check (push) Successful in 22s
- Add 'Show Private Key' button to address detail view
- Create dedicated password verification modal with warning text
- Derive private key from HD wallet mnemonic or use directly for imported keys
- Display key in read-only well with copy button
- Add getPrivateKeyForAddress() to shared/wallet.js
- Never log, cache, or auto-clear the private key
- Document clipboard non-clearing policy in README
2026-02-28 01:35:20 -08:00