verify-message
Confirm the authenticity of a signed Ethereum message by verifying it against the provided address, message, and signature. Utilizes blockchain interaction through MetaMask for secure validation.
Instructions
Verify that a message was signed by the provided address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address that signed the original message. | |
message | Yes | The message to be verified. | |
signature | Yes | The signature that was generated by signing the message with the address's signer. |