blockchains-security-toolkit/Smart-Contract-Security/erc-20-things.md
2022-06-13 17:20:20 -07:00

13 lines
397 B
Markdown

## ERC-20 Things
<br>
### [What the ERC!?](https://medium.com/@adrianhetman/what-the-erc-d31bc3b3470a)
* ERC stands for Ethereum request for comments.
* These are technical documents written by Ethereum developers for Ethereum community.
* Each such document contains a set of rules required to implement tokens for the Ethereum ecosystem.
* You can say ERC is a specific type of EIP.
<br>