Interactive Ethereum protocol explorer — hands on.
Explore, visualize and understand Ethereum protocol changes (EIPs) by interacting with real library code running directly in the browser.
Note: This project is under active development. Contributions and feedback are very welcome!
git clone https://github.com/feelyourprotocol/website.git
cd website
npm install
npm run devFull documentation is available at docs.feelyourprotocol.org.
This includes guides on architecture, adding new EIPs, library forks and how to contribute.
To preview the docs locally:
npm run docs:dev