Similar to the Ethereum Improvement Proposals (EIPs) repository, this repository contains Rocket Pool Improvement Proposals (RPIPs). Currently, it's in a draft form, as this process is not yet officially adopted by Rocket Pool.
For easy viewing of existing RPIPs, please see the RPIP dashboard. Note that, for now, the dashboard must be manually rebuilt and published when the repo changes.
Follow these steps to setup a local server:
- Fork the repo
- Clone it locally
- Install dependencies:
bundle install
- Start the local server:
bundle exec jekyll serve
- Go to http://localhost:4400/ to view changes
To build the site use bundle exec jekyll build
.
Resources: