Difference between revisions of "ERC"

From DefiLlama
Jump to navigation Jump to search
(add erc concept)
 
m (added link to ERC-20)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Ethereum Request for Comments are standard proposals on how to implement common contracts in Ethereum.
[[Ethereum]] Request for Comments are standard proposals on how to implement common contracts in Ethereum.


ERCs start as EIP (Ethereum Improvement Proposal) and they pass through many community devs to get polished and become a standard.
ERCs start as EIP (Ethereum Improvement Proposal) and they pass through many community devs to get polished and become a standard.  
 
[[ERC-20]] the standard that allowed the creation of new tokens is the most popular standard in use


All undergoing EIPs and ERCs can be found at the [https://eips.ethereum.org/erc official Ethereum proposals page]
All undergoing EIPs and ERCs can be found at the [https://eips.ethereum.org/erc official Ethereum proposals page]
[[Category:Glossary]]

Latest revision as of 03:13, 25 May 2022

Ethereum Request for Comments are standard proposals on how to implement common contracts in Ethereum.

ERCs start as EIP (Ethereum Improvement Proposal) and they pass through many community devs to get polished and become a standard.

ERC-20 the standard that allowed the creation of new tokens is the most popular standard in use

All undergoing EIPs and ERCs can be found at the official Ethereum proposals page