{"id":21789362,"url":"https://github.com/scroll-tech/ceno","last_synced_at":"2025-04-05T18:05:25.932Z","repository":{"id":260993582,"uuid":"724195643","full_name":"scroll-tech/ceno","owner":"scroll-tech","description":"Accelerated Zero-knowledge Virtual Machine by Non-uniform Prover Based on GKR Protocol","archived":false,"fork":false,"pushed_at":"2025-04-01T01:35:00.000Z","size":26065,"stargazers_count":93,"open_issues_count":112,"forks_count":25,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-01T02:27:49.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/scroll-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-11-27T15:33:41.000Z","updated_at":"2025-03-31T08:50:08.000Z","dependencies_parsed_at":"2024-12-09T09:24:57.362Z","dependency_job_id":"37c2a782-bd2a-4161-98a6-acdcfbbdb265","html_url":"https://github.com/scroll-tech/ceno","commit_stats":{"total_commits":388,"total_committers":22,"mean_commits":"17.636363636363637","dds":0.6984536082474226,"last_synced_commit":"1d7818ec23c6857ee557532853489ffb23297aa4"},"previous_names":["scroll-tech/ceno"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fceno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fceno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fceno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fceno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scroll-tech","download_url":"https://codeload.github.com/scroll-tech/ceno/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378138,"owners_count":20929296,"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":[],"created_at":"2024-11-27T05:00:38.983Z","updated_at":"2025-04-05T18:05:25.891Z","avatar_url":"https://github.com/scroll-tech.png","language":"Rust","funding_links":[],"categories":["Technical details"],"sub_categories":[],"readme":"# Ceno: Non-uniform, Segment and Parallel Risc-V Zero-knowledge Virtual Machine\n\nPlease see [the slightly outdated paper](https://eprint.iacr.org/2024/387) for an introduction to Ceno.\n\n🚧 This project is currently under construction and not suitable for use in production. 🚧\n\nIf you are unfamiliar with the RISC-V instruction set, please have a look at the [RISC-V instruction set reference](https://github.com/jameslzhu/riscv-card/releases/download/latest/riscv-card.pdf).\n\n## Local build requirements\n\nCeno is built in Rust, so [installing the Rust toolchain](https://www.rust-lang.org/tools/install) is a pre-requisite if you want to develop on your local machine.  We also use [cargo-make](https://sagiegurari.github.io/cargo-make/) to build Ceno. You can install cargo-make with the following command:\n\n```sh\ncargo install cargo-make\n```\n\nYou will also need to install the Risc-V target for Rust. You can do this with the following command:\n\n```sh\nrustup target add riscv32im-unknown-none-elf\n```\n\n## Try end-to-end with examples\nA variety of [examples](https://github.com/scroll-tech/ceno/tree/master/examples/examples) are availables.\n\nTo run an example in e2e, use the following command:\n\n```sh\ncargo run --release --package ceno_zkvm --bin e2e -- \\\n    --profiling=1 \\\n    --platform=ceno \\\n    --hints=\u003chint value\u003e \\\n    --public-io=\u003cpub io\u003e \\\n    examples/target/riscv32im-ceno-zkvm-elf/release/examples/\u003cexample name\u003e\n```\n\nThe example will be automatically compiled before execution\n\nFor instance, with [fibonacci](https://github.com/scroll-tech/ceno/blob/master/examples/examples/fibonacci.rs)\n\n```sh\ncargo run --release --package ceno_zkvm --bin e2e -- --profiling=1 --platform=ceno --hints=10 --public-io=4191 examples/target/riscv32im-ceno-zkvm-elf/release/examples/fibonacci\n```\n\n\n## Building Ceno and running tests\n\nTo run the tests, you can use the following command:\n\n```sh\ncargo make tests\n```\n\nClippy and check work as usual:\n\n```sh\ncargo check\ncargo clippy\ncargo build\n```\n\n### Setting up self-hosted CI docker container\n\nTo set up docker container for CI, you can run the following command:\n\n```sh\ndocker build -t ceno-runner scripts/ci/\ndocker run -d ceno-runner\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscroll-tech%2Fceno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscroll-tech%2Fceno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscroll-tech%2Fceno/lists"}