Skip to content

shawntabrizi/ETH-Sign-and-Verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH Sign and Verify

Sign and verify messages using your Ethereum account. Demonstrates signer.signMessage() and ethers.verifyMessage() with a browser wallet.

Try it out: shawntabrizi.com/ETH-Sign-and-Verify

How It Works

Sign: Connect your wallet (MetaMask, etc.), type a message, and click "Sign Message" to produce a cryptographic signature.

Verify: Paste a message and signature to recover the signing address — no wallet needed.

Optionally hash the message with Keccak-256 before signing/verifying.

Related Projects

License

MIT

About

This is a basic sample for how to sign and verify a message using an Ethereum account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors