--- layout: default title: Home ---

EIPs Gitter

Ethereum Improvement Proposals (EIPs) describe standards for the Ethereum platform, including core protocol specifications, client APIs, and contract standards.

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

{% assign statuses = site.pages|map:"status"|uniq %} {% assign pages = site.pages|sort:"eip" %} {% for status in statuses %} {% if status != undefined %}

{{status}}

{% for page in pages %} {% if page.status == status %} {% endif %} {% endfor %}
NumberTitleAuthorLayer
{{page.eip|xml_escape}}{{page.title|xml_escape}}{{page.author|xml_escape}}{{page.layer|xml_escape}}
{% endif %} {% endfor %}