feat: add private key viewing for addresses
All checks were successful
check / check (push) Successful in 22s
All checks were successful
check / check (push) Successful in 22s
Add a 'Show private key' button on the address detail view that opens a dedicated password-prompt screen with a clear warning about key sensitivity. After correct password entry, the derived private key is displayed in a read-only well with a copy button. - Add getPrivateKeyForAddress() to wallet.js - Add showPrivateKey view with password verification - Add clipboard policy section to README explaining why we never auto-clear the clipboard - Register new view in helpers.js VIEWS array and wire up in index.js Closes #19
This commit is contained in:
@@ -16,6 +16,7 @@ const VIEWS = [
|
||||
"import-key",
|
||||
"main",
|
||||
"address",
|
||||
"show-private-key",
|
||||
"address-token",
|
||||
"send",
|
||||
"confirm-tx",
|
||||
|
||||
Reference in New Issue
Block a user