blockchains-security-toolkit/Smart-Contract-Security/erc20-things.md
2022-09-21 18:33:52 -07:00

396 B

ERC20 Things


What the ERC!?

  • 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.