Tutorial: Using EIP-712 #14191
Labels
content 🖋️
This involves copy additions or edits
feature ✨
This is enhancing something existing or creating something new
needs triage 📥
This issue needs triaged before being worked on
Tutorial title
Using EIP-712
Tutorial description
EIP-712 enables us to have the user's wallet ask for a signature and then verify that signature on-chain. This enables, for example, organizations to sponsor the gas for transactions by their users while still keeping those users in control.
However, EIP-712 is not trivial to use. You need to specify the correct codes both on the contract side and the client side.
Tutorial tags
eip-712, sponsorship
Skill level
Beginner
Hosted on ethereum.org or hosted elsewhere?
Hosted on ethereum.org
For tutorials to be hosted on Ethereum.org: Tutorial Content
2.1. On the client (typescript)
2.2. On chain.
For tutorials hosted elsewhere: URL to tutorial
No response
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: