A versatile and powerful framework for creating customized rollups with a variety of options. Our framework supports EVM, SVM, and CosmWasm-based rollups
Last updated Oct 10, 2025
19
Stars
8
Forks
1
Issues
0
Stars/day
Attention Score
12
Topics
Language breakdown
Go 99.5%
Makefile 0.3%
Shell 0.1%
▸ Files
click to expand
README
Airchains Modular ZK Framework
A versatile and powerful framework for creating customized rollups with a variety of options. Our framework supports EVM, SVM, and CosmWasm-based rollups, with data availability choices including Celestia and Avail. Secured with cutting-edge zk-proofs, the framework integrates seamlessly with Airchains' settlement chain, offering a robust solution for modular blockchain development needs.Features
- Support for Multiple Virtual Machines: Create rollups based on Ethereum Virtual Machine (EVM), Solana Virtual Machine (SVM), or CosmWasm.
- Data Availability Options: Choose from leading data availability layers like Celestia and Avail.
- Security with zk-Proofs: Enhanced security and efficiency through zero-knowledge proofs.
- Integration with Airchains: Seamless settlement on Airchains' settlement chain.
Prerequisites
Before you begin, ensure you have the following installed:- Golang (version 1.20+)
- Rustc (version 1.74+)
- Cargo (version 1.74+)
- Node.js (version 18+)
Installation & Run
Clone the repository and install the dependencies:git clone https://github.com/airchains-network/airchains.git
cd airchains
Build the project:
go build -o airchains
Run the project:
./airchains start
License
This project is licensed under the LICENSE - see the file for details.🔗 More in this category