An open API service indexing awesome lists of open source software.

https://github.com/patrickalphac/signatureverification


https://github.com/patrickalphac/signatureverification

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

## Wtf 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.*