Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
794 B

# ERC Tokens
An ‘Ethereum Request for Comments’ (ERC) is a document that programmers use to write smart contracts on Ethereum Blockchain. They describe rules in these documents that Ethereum-based tokens must comply with.
While there are several Ethereum standards. These ERC Ethereum standards are the most well-known and popular: ERC-20, ERC-721, ERC-1155, and ERC-777.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://dev.to/envoy_/ks-what-are-ethereum-request-for-comments-erc-standards-5f80'>What are Ethereum request for comments (ERC) Standards</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://ethereum.org/en/developers/docs/standards/tokens/erc-20/'>ERC-20 Token Standard</BadgeLink>