An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RollupCodes

![GitHub Banner-1](./public/images/thumbnail.png)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](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.