{"id":44968390,"url":"https://github.com/airchains-network/rollup-evm","last_synced_at":"2026-02-18T15:03:29.420Z","repository":{"id":213561982,"uuid":"690556719","full_name":"airchains-network/rollup-evm","owner":"airchains-network","description":"EVM-compatible Cosmos Chain for scalable and interoperable DApps and smart contracts, integrating Ethereum's robust features with Cosmos' network","archived":false,"fork":false,"pushed_at":"2023-12-22T13:46:19.000Z","size":20807,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T14:09:43.145Z","etag":null,"topics":["evm","evm-blockchain","gnark","rollup","zk","zk-rollup","zk-snarks","zkp","zkproof"],"latest_commit_sha":null,"homepage":"https://airchains.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airchains-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-12T12:29:04.000Z","updated_at":"2024-05-10T22:27:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a11a7ecc-8301-40ee-b60e-b040089f17af","html_url":"https://github.com/airchains-network/rollup-evm","commit_stats":null,"previous_names":["airchains-network/rollup-evm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/airchains-network/rollup-evm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airchains-network%2Frollup-evm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airchains-network%2Frollup-evm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airchains-network%2Frollup-evm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airchains-network%2Frollup-evm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airchains-network","download_url":"https://codeload.github.com/airchains-network/rollup-evm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airchains-network%2Frollup-evm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["evm","evm-blockchain","gnark","rollup","zk","zk-rollup","zk-snarks","zkp","zkproof"],"created_at":"2026-02-18T15:03:28.461Z","updated_at":"2026-02-18T15:03:29.405Z","avatar_url":"https://github.com/airchains-network.png","language":"Go","readme":"![Project Logo](https://www.airchains.io/assets/logos/airchains-evm-rollup-full-logo.png) \n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [License](#license)\n\n## Introduction\nThe EVM-based Cosmos Chain is a cutting-edge platform for building decentralized applications (DApps) and smart contracts. Leveraging the scalability of Cosmos and the flexibility of the Ethereum Virtual Machine, our platform offers a unique environment for blockchain developers.\n\n## Features\n- **EVM Compatibility:** Seamlessly run Ethereum smart contracts on Cosmos.\n- **High Scalability:** Utilize Cosmos' advanced scalability features for DApps.\n- **Interoperability:** Connect with multiple blockchains within the Cosmos ecosystem.\n\n## Getting Started\nTo get started with the EVM-based Cosmos Chain, clone this repository using:\n\n```shell\ngit clone https://github.com/airchains-network/rollup-evm.git\n```\n\n### Prerequisites\nList any prerequisites here, such as software versions, environment setup, etc.\n\n- [Go](https://golang.org/doc/install) (version 1.20+)\n- [Node.js](https://nodejs.org/en/download/) (version 14.17+)\n- [Jq](https://stedolan.github.io/jq/download/)\n\n### Installation\nProvide step-by-step installation instructions, like so:\n\n# Step 1\n\n## Configuration Setup\n\nTo properly configure the EVM-based Cosmos Chain, you need to set up a `config.json` file in the `config` folder.\n\n\n### Creating the Config Folder and File\n\n1. **Create the Config Folder:** Create a new folder named `config` in the root directory of the project. Use the following command in your terminal:\n\n   ```bash\n   mkdir config\n2. **Create the Config File:** Create a new file named `config.json` in the `config` folder. Use the following command in your terminal:\n\n   ```bash\n    touch config/config.json\n    ```\n### Configuring the Config File\n\n```bash\n{\n  \"chainInfo\": \n    {\n        \"chainID\":  \"aircosmic_5501-1107\",\n        \"key\":      \"dummy\",\n        \"moniker\":  \"test-evm-rollup\"\n    }\n}\n```\n\n\n# Step 2\nTo Initalise a New Chain with the default configuration, run the following command:\n\n```\nsh setup.sh\n```\n\n# Step 3\nTo Start the Chain , run the following command:\n\n```\nsh start-chain.sh\n```\n\n\n\n\n\n\n\n## Credits\nThis project is built upon the foundations laid by the following remarkable repositories:\n\n- [Ethermint](https://github.com/cosmos/ethermint): Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. Our project leverages Ethermint's robust framework, which is built using the Cosmos SDK and runs on the Tendermint Core consensus engine. We appreciate and acknowledge the groundbreaking work done by the Ethermint team and their contributions to the open-source community.\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairchains-network%2Frollup-evm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairchains-network%2Frollup-evm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairchains-network%2Frollup-evm/lists"}