mirror of https://github.com/status-im/EIPs.git
The Ethereum Improvement Proposal repository
http://eips.ethereum.org/
f066264f45
* Update README, make table widths consistent * Add list of EIP statuses to set deterministic order |
||
---|---|---|
EIPS | ||
_data | ||
_includes | ||
_layouts | ||
.gitignore | ||
.travis-ci.sh | ||
.travis.yml | ||
404.html | ||
CNAME | ||
Gemfile | ||
Gemfile.lock | ||
ISSUE_TEMPLATE.md | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
_config.yml | ||
all.html | ||
core.html | ||
eip-X.md | ||
erc.html | ||
index.html | ||
informational.html | ||
interface.html | ||
meta.html | ||
networking.html |
README.md
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.