Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 740 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 740 Bytes

In-Browser Proof Verification

Verify that a RISC Zero program is in your browser using WASM!

Quickstart

In addition to Rust and Node.js, you will need to run from the root of the repository:

cargo xtask install
cargo xtask gen-receipt

Next, install the cargo-risczero tool and install the toolchain with:

curl -L https://risczero.com/install | bash
rzup install

Running a test of in-browser verification

From this directory, run:

npm install
npm test -- --$BROWSER

where $BROWSER is one of

  • chrome
  • firefox
  • safari