Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 696 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 696 Bytes

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.