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.
- 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.
Before you begin, ensure you have the following installed:
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
This project is licensed under the LICENSE - see the file for details.