ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.12k stars 4.85k forks source link

Tutorial: Using EIP-712 #14191

Open qbzzt opened 1 month ago

qbzzt commented 1 month ago

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

  1. Why is EIP-712 important?
  2. How to do it. 2.1. On the client (typescript) 2.2. On chain.
  3. Conclusion

For tutorials hosted elsewhere: URL to tutorial

No response

Would you like to work on this issue?

github-actions[bot] commented 1 day ago

This issue is stale because it has been open 30 days with no activity.