EIPs/README.md

14 lines
1.1 KiB
Markdown
Raw Normal View History

2017-03-03 12:14:28 -05:00
# EIPs [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/EIPs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.
2015-10-27 05:57:12 +00:00
A browsable version of all current and draft EIPs can be found on [the official EIP site](http://eips.ethereum.org/).
2015-11-17 15:07:56 +01:00
# Contributing
2017-02-01 19:15:11 -06:00
First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP to it. There is a [template EIP here](eip-X.md). Then submit a Pull Request to Ethereum's [EIPs repository](https://github.com/ethereum/EIPs).
2015-10-27 04:39:53 +00:00
2017-03-03 12:14:28 -05:00
# 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.