Skip to content

airchains-network/airchains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.