Build system for linting and rendering Ethereum Improvement Proposals (EIPs / ERCs).
build-eips
requires a few runtime dependencies, available from wherever you
get your software:
Pre-compiled binaries for Ubuntu, Windows, and macOS are available from GitHub Releases.
If you're feeling particularly adventurous, you can install the latest version
of build-eips
like so:
cargo install --git https://github.com/ethereum/build-eips.git
- Clone either
ethereum/EIPs
orethereum/ERCs
, and change directory into it. - Modify whatever proposal you'd like.
- Commit your changes.
- Build the project. You can use:
build-eips check
to quickly check for problems like missing sections, broken internal links, etc.build-eips build
to create an on-disk bundle of HTML, ready to be deployed.build-eips serve
to launch a web server to preview changes locally. NB: live reload is not yet implemented.