Coder Social home page Coder Social logo

risc0-rust-starter's Introduction

Customized RISC Zero Rust Starter

Need apply risc0/risc0#244 first.

RISC Zero Rust Starter

The risc0-rust-starter repository is a minimal starting project for zero-knowledge software development. In this RISC Zero "Hello World" project, we use zero-knowledge proof techniques to prove that we know the factors of some composite number N, without revealing what the factors are.

For more information, check out the risc0/risc0 repository and the RISC Zero website.

Quick Start

First, make sure rustup is installed. This project uses a nightly version of Rust. The rust-toolchain file will be used by cargo to automatically install the correct version.

To build all methods and execute the method within the zkVM, run the following command:

cargo run --release

Zero-Knowledge Programs

A zkVM program is composed of a host and a guest. The host code runs like any other rust program and launches a zkVM instance using the Prover interface. The guest code is compiled for riscv32im and runs inside a zkVM. Guest code does not have access to std since the zkVM is similar to an embedded system. Use the env in your zkVM guest code to communicate with the host.

Contributor's Guide

We welcome contributions to documentation and code via PRs and GitHub Issues.

Questions, Feedback, and Collaborations

We'd love to hear from you on Discord or Twitter.

risc0-rust-starter's People

Contributors

ever0de avatar flaub avatar ianklatzco avatar intoverflow avatar jbruestle avatar pdg744 avatar rlukata avatar spaugh avatar tzerrell avatar vesnica avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.