mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-04 02:53:35 +00:00
f066264f45
* Update README, make table widths consistent * Add list of EIP statuses to set deterministic order
1.1 KiB
1.1 KiB
EIPs
Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.
A browsable version of all current and draft EIPs can be found on the official EIP site.
Contributing
First review EIP-1. Then clone the repository and add your EIP to it. There is a template EIP here. Then submit a Pull Request to Ethereum's EIPs repository.
EIP status terms
- Draft - an EIP that is open for consideration
- Accepted - an EIP that is planned for immediate adoption, i.e. expected to be included in the next hard fork (for Core/Consensus layer EIPs).
- Final - an EIP that has been adopted in a previous hard fork (for Core/Consensus layer EIPs).
- Deferred - an EIP that is not being considered for immediate adoption. May be reconsidered in the future for a subsequent hard fork.