Sign Typed Data V3
Most secure method for signing cheap-to-verify data on-chain
Signature
About
This standard allows wallets to display data in signing prompts in a structured and readable format. EIP712 is a great step forward for security and usability because users will no longer need to sign off on inscrutable hexadecimal strings, which is a practice that can be confusing and insecure.
Features
This new method makes it easier than ever to create applications involving user signatures that:
- Represent structured data.
- Are human readable.
- Cannot impersonate Ethereum transactions.
- Are cheap to compute on-chain.