An open API service indexing awesome lists of open source software.

https://github.com/loredanacirstea/eip-process

Process for randomly assigning editors to Ethereum EIPs and keep track of their work.
https://github.com/loredanacirstea/eip-process

eip ethereum

Last synced: 11 days ago
JSON representation

Process for randomly assigning editors to Ethereum EIPs and keep track of their work.

Awesome Lists containing this project

README

          

# eip-process

Process for randomly assigning editors to EIPs and keep track of their work. Very early stages and unsafe.

Also see:
- [EIP-1 - addition to "EIP Editor Responsibilities"](https://github.com/ethereum/EIPs/pull/2166)
- [EIP-1 - add EIP Editor Criteria](https://github.com/ethereum/EIPs/pull/2172)

Read about it: [Make Ethereum Future Proof](https://medium.com/@loredana.cirstea/make-ethereum-future-proof-one-proposal-at-a-time-18b8b98b08fc)

## Run

### Contracts

Prerequisites:

```
npm install -g truffle
```

Compile:

```
cd contracts
truffle compile
```

Test:

```
truffle test
```