Ethereum Genesys Improvement Proposals (EGIPs) describe standards for the Ethereum Genesys platform, including core protocol specifications, client APIs, and contract standards.
This repository tracks the ongoing status of EIPs. It contains:
- Draft proposals which intend to complete the EIP review process.
- Last Call for proposals that may become final (see also RSS feed).
- Accepted proposals which are awaiting implementation or deployment by Ethereum client developers.
- Final and Active proposals that are recorded.
- The EGIP process that governs the EGIP repository.
Achieving "Final" status in this repository only represents that a proposal has been reviewed for technical accuracy. It is solely the responsibility of the reader to decide whether a proposal will be useful to them.
Browse all current and draft EGIPs on the official EGIP site.
Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft EGIPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the 'author' line of your EGIP contains either your GitHub username or your email address inside . If you use your email address, that address must be the one publicly shown on your GitHub profile.
The Ethereum Genesys Improvement Proposals repository exists as a place to share concrete proposals with potential users of the proposal and the Ethereum Genesys community at large.
The canonical URL for a EGIP that has achieved draft status at any point is at https://eips.ethereumgenesys.org/. For example, the canonical URL for EIP-1 is https://eips.ethereumgenesys.org/EIPS/eip-0001.
Please consider anything which is not published on https://eips.ethereumgenesys.org/ as a working paper.
And please consider anything published at https://eips.ethereumgenesys.org/ with a status of "draft" as an incomplete draft.
TBD
TBD (https://github.com/eip-automerger/automerger) bot.
-
Open Terminal.
-
Check whether you have Ruby 2.1.0 or higher installed:
$ ruby --version
-
If you don't have Ruby installed, install Ruby 2.1.0 or higher.
-
Install Bundler:
$ gem install bundler
- Install dependencies:
$ bundle install
- Bundle assets and start the server:
$ bundle exec jekyll serve
- Preview your local Jekyll site in your web browser at
http://localhost:4000
.
More information on Jekyll and GitHub pages here.