10. ERC20s
EIPs
Stands for Ethereum Improvement Proposals
These are ideas to improve L1 technology
eips.ethereum.org holds all improvement proposals
ERCs
Stands for Ethereum Request for Comments
ERC & EIP share same number
ERC-20 (EIP-20)
It also means it is the 20th proposal
ERC-20
Token deployed on ethereum chains which follows ERC-20 token standard
Tether, chainlink (ERC-677), unitoken, dai are examples of ERC-20 tokens
Creating ERC-20 Token
Manual
OpenZeppelin
Take boilerplate code from OpenZeppelin
Last updated