You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign a message with CLI: ./beam-wallet sign_message --address=<address> --message=<message>
? If the --address argument is missing, use default address.
? If the --message argument is missing, only want to prove ownership of an address.
=> returns signature
verify a message with CLI: ./beam-wallet verify_message --address=<address> --message=<message> --signature=<signature>
=> successful: Good signature from <address>
=> fail: Invalid signature from <address>
Feature title:
Signing/verifying a messageTechnical implementation:
@valdokDescribe the solution you'd like
sign a message with CLI:
./beam-wallet sign_message --address=<address> --message=<message>
? If the
--address
argument is missing, use default address.? If the
--message
argument is missing, only want to prove ownership of an address.=> returns signature
verify a message with CLI:
./beam-wallet verify_message --address=<address> --message=<message> --signature=<signature>
=> successful:
Good signature from <address>
=> fail:
Invalid signature from <address>
sign a message with wallet-api:
-->
<--
verify a message with wallet-api:
-->
<--
Additional context
BeamMW/beam-ui#1066
https://github.com/BeamMW/beam/wiki/Beam-wallet-protocol-API-v7.3
https://beam.mw/docs/cli
The text was updated successfully, but these errors were encountered: