Skip to content

DevJSter/signatureVerification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wth is EIP-712?

When signing messages in our wallets, our web3 wallets would ask us to sign the raw unreadable data:


wtf


So, we as a community decided we would format our data the exact same way, so that wallets had an easier time showing us what we are signing. Like the image here.


wow


Check out the comments for more information.

Openzeppelin makes all of this easier with MessageHashUtils.sol

Disclosure

This code has not undergone a thorough security review, do not use it as production code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published