https://github.com/limechain/rollupcodes
Interactive Specification of Ethereum Rollups
https://github.com/limechain/rollupcodes
Last synced: 3 months ago
JSON representation
Interactive Specification of Ethereum Rollups
- Host: GitHub
- URL: https://github.com/limechain/rollupcodes
- Owner: LimeChain
- License: mit
- Created: 2023-06-09T09:25:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T08:38:57.000Z (about 1 year ago)
- Last Synced: 2025-03-29T21:04:16.400Z (about 1 year ago)
- Language: MDX
- Homepage: https://rollup.codes
- Size: 1.81 MB
- Stars: 87
- Watchers: 5
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RollupCodes

[](https://opensource.org/licenses/MIT)
👋 Welcome to [RollupCodes](https://rollup.codes) - an Interactive Specification of Ethereum Rollups.
The project serves as a knowledge base through which developers can compare implementations for OPCODEs, Precompiles,
System Contracts, JSON-RPC APIs and more for various Rollups.
## Development
The following commands must be executed in order to build and run the project locally
```bash
npm install
npm run dev
```
The project is built using [Next.js](https://nextjs.org/) and [TypeScript](https://www.typescriptlang.org/).
## Contributing
If you want to contribute or have feature requests feel free to create GitHub issues!
More information on the contribution process, project architecture, and guide on how to add information for other
Rollups will be added soon.