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.
- Host: GitHub
- URL: https://github.com/loredanacirstea/eip-process
- Owner: loredanacirstea
- License: mit
- Created: 2019-07-03T12:35:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T10:28:33.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T12:13:29.038Z (over 1 year ago)
- Topics: eip, ethereum
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```