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.
Status: Beta — The project is fully functional, but the APIs of reusable components (E-Components, UI components) have not fully stabilized yet. Contributions are very welcome — expect some manual back-and-forth during review until the component interfaces settle.
git clone https://github.com/feelyourprotocol/website.git
cd website
npm install
npm run devProduction builds (dist/website, dist/docs, dist/community-token) are not in the repo — the server runs npm run build:deploy after git pull. See server-config/deployment/fyp_deploy.sh.
Full documentation is available at docs.feelyourprotocol.org.
Guidelines and transparency page for the independently launched community token:
- Production: community-token.feelyourprotocol.org (after deploy)
- Local dev:
npm run community-token:dev→ http://localhost:5174
See community-token/README.md for content structure and deployment notes.