Skip to content

Latest commit

 

History

History
 
 

browser-verify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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