Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIPs page #3550

Merged
merged 2 commits into from
Aug 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/content/eips/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Along with providing a technical specification for changes, EIPs are the unit ar

The [Ethereum Improvement Proposals (EIPs) Github repository](https://github.com/ethereum/EIPs) was created in October 2015. The EIP process is based on the [Bitcoin Improvement Proposals (BIPs)](https://github.com/bitcoin/bips) process, which itself is based on the [Python Enhancement Proposals (PEPs)](https://www.python.org/dev/peps/) process.

EIP editors are tasked with reviewing EIPs for technical soundness, correct spelling/grammar, and code style. Martin Becze, Vitalik Buterin, Gavin Wood, and a few others were the original EIP editors from 2015 to late 2016. The current EIP editors are:
EIP editors are tasked with process of reviewing EIPs for technical soundness, correct spelling/grammar, and code style. Martin Becze, Vitalik Buterin, Gavin Wood, and a few others were the original EIP editors from 2015 to late 2016. The current EIP editors are:

- Alex Beregszaszi (EWASM/Ethereum Foundation)
- Greg Colvin (Community)
Expand All @@ -36,6 +36,11 @@ EIP editors are tasked with reviewing EIPs for technical soundness, correct spel
- Nick Savers (Community)
- Micah Zoltu (Community)

EIP editors alongside with community members of [Ethereum Cat Herders](https://ethereumcatherders.com/) and [Ethererum Magicians](https://ethereum-magicians.org/) are deciding which EIP gets implemented, are responsible for facilitation of EIPs as well as moving the EIPs to "Final" or "Withdrawn" stage.

Full standardization process alongside with chart is described in [EIP-1](https://eips.ethereum.org/EIPS/eip-1)


## Learn more {#learn-more}

If you’re interested to read more about EIPs, check out the [EIPs website](https://eips.ethereum.org/) where you can find additional information, including:
Expand All @@ -45,8 +50,9 @@ If you’re interested to read more about EIPs, check out the [EIPs website](htt
- [EIP statuses and what they mean](https://eips.ethereum.org/)

## Participate {#participate}
Anyone can create EIP or ERC although you shouldd read [EIP-1](https://eips.ethereum.org/EIPS/eip-1) which outlines the EIP process, what is EIP, types of EIPs, what EIP document should contain, EIP format and template, list of EIP Editors and all you need to know about EIPs before creating one. Your new EIP should define new feature that is not really complex yet not super niche and can be used in by projects in the Ethereum ecosystem. The hardest part is facilitation, you as the author need to facilitate people around your EIP, collect feedback, write articles describing problems that your EIP solves and collaborate with projects to implement your EIP.
minimalsm marked this conversation as resolved.
Show resolved Hide resolved

If you’re interested to follow along or share your input about EIPs, check out the [Ethereum Magicians forum](https://ethereum-magicians.org/), where EIPs are discussed with the community.
If you’re interested to follow along the discussion process or share your input about EIPs, check out the [Ethereum Magicians forum](https://ethereum-magicians.org/), where EIPs are discussed with the community.

Also see:

Expand Down