{"id":23343234,"url":"https://github.com/dp-labs/dora","last_synced_at":"2025-04-10T02:22:02.991Z","repository":{"id":269089227,"uuid":"880376280","full_name":"dp-labs/dora","owner":"dp-labs","description":"The Ultimate Layer for on-chain Computing and Verification","archived":false,"fork":false,"pushed_at":"2025-04-07T02:59:14.000Z","size":19077,"stargazers_count":24,"open_issues_count":18,"forks_count":6,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-07T03:31:50.970Z","etag":null,"topics":["ai","blockchain","compiler","computing","evm","llvm","mlir","verification","wasm","web3"],"latest_commit_sha":null,"homepage":"","language":"WebAssembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dp-labs.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":"2024-10-29T16:01:00.000Z","updated_at":"2025-04-07T02:58:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"31598d94-513b-407b-a90a-3ba344a47ad8","html_url":"https://github.com/dp-labs/dora","commit_stats":null,"previous_names":["dp-labs/dora"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp-labs%2Fdora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp-labs%2Fdora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp-labs%2Fdora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp-labs%2Fdora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dp-labs","download_url":"https://codeload.github.com/dp-labs/dora/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143168,"owners_count":21054721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","blockchain","compiler","computing","evm","llvm","mlir","verification","wasm","web3"],"created_at":"2024-12-21T06:13:33.164Z","updated_at":"2025-04-10T02:22:02.980Z","avatar_url":"https://github.com/dp-labs.png","language":"WebAssembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDora: The Ultimate Layer for on-chain Computing and Verification\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/dp-labs/dora/workflows/CI/badge.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/dp-labs/dora.svg\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nDora is a modular machine layer designed to bring real-world computing use cases on-chain, featuring in-house ZK verification capabilities.\n\n## Status\n\nDora is currently in the MVP stage, with support for EVM and WASM functionalities. It is actively under development and will soon be ready for production use.\n\n## Why\n\nWeb3's programming and VM layers have attracted a growing developer community. Dora takes this a step further by introducing a next-gen blockchain programming and execution layer that addresses key needs:\n\n- Extreme performance and lower costs: Optimized execution tailored for real-world on-chain use cases.\n- Multi-language support and toolchain flexibility: Enabling a wide range of programming languages and toolchains, supporting EVM and WASM specifications within a single VM.\n- Borderless on-chain use cases: Eliminating barriers to achieve seamless interoperability across a variety of on-chain use cases.\n- Seamless integration with co-processors: Providing native support for collaboration with various co-processors, such as zkVM, for enhanced capabilities.\n\n## Key Features in Early Stage\n\n- **Super-fast EVM Spec Implementation**: Ultra-fast, EVM-compatible execution that integrates seamlessly with Ethereum clients, enabling a smooth adoption for developers and projects.\n- **WASM Support and Interoperability**: Multi-language support through WASM bytecode, leveraging mature toolchains for development flexibility, while ensuring interoperability between diverse contracts.\n- **Built-in Verification**: Enhances smart contract security with integrated zero-knowledge proof (ZKP) verification, boosting trust and reliability.\n\n## Use Cases\n\nVM is ideal for blockchain applications like:\n\n- Micro-payments\n- On-chain decentralized exchanges (DEXs)\n- On-chain gaming\n- On-chain AI inference\n- Cross-chain protocols\n\n## Examples\n\n- Check out Dora EVM and WASM contract examples [here](./examples/).\n- Check out Foundry, Hardhat and Rust toolchain examples [here](https://github.com/dp-labs/toolchain-examples) for Dora EVM and WASM.\n\n## Benchmarks\n\nDora performed well in basic test cases. The benchmark tests and results are shown [here](./tests/bench/).\n\n## Installation\n\nFirstly, see the [developing guide](./docs/dev/guide.md) to install all build dependencies.\n\n### Cargo\n\n```shell\ncargo install --git https://github.com/dp-labs/dora.git dora-cli\n```\n\n### Build from Source\n\nIn the `crates/dora-cli` folder and run\n\n```shell\ncargo build -r\n```\n\nThen you can find the binary `dora` in the `target/release` folder.\n\n## How it Works\n\nThe Dora compiler is built on a unified intermediate representation(IR) layer tailored for blockchain applications, following a streamlined process to transform and optimize code into an ideal executable format. After thorough analysis and verification, the VM executes machine code generated from compiled native modules, which optimized for both main processors and co-processors. See [Tech design](./docs/design/tech.md) for more information.\n\n## Roadmap\n\nWe are committed to continuous innovation, with key milestones including:\n\n- Q4 2024: Launch the stable EVM version, complete with full test coverage and development tools.\n- Q1 2025: Release the stable WASM version and interoperability with contracts written in Rust.\n- Q2 2025: Introduce support for zkVM co-processors to enhance zero-knowledge proof capabilities.\n- Q3 2025: SDKs and toolchains across multiple programming languages.\n\n## Contributing\n\nWe welcome contributions to Dora! Whether you're a developer, a user with a bug report, or someone looking to improve our documentation, your involvement is valuable! See the [developing guide](./docs/dev/guide.md) for more information.\n\n## Help Wanted\n\nWe are actively developing Dora and invite interested developers to join us. We need help with the following, see the issue list for more information.\n\n## Contact\n\nJoin our public [Telegram group](https://t.me/+_OlJfYAc9QM2ODVl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp-labs%2Fdora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdp-labs%2Fdora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp-labs%2Fdora/lists"}