This is an exmple of how to generate and verify Noir circuits inside the browser using Vite.
This code is based on the NoirStarter repo.
Follow Noir Getting Started to install Nargo, this project tested on Nargo version 0.11.0.
-
Clone and cd into root directory.
-
Install dependencies.
-
Navigate to the circuits directory with
cd circuits
-
Compile your Noir program with
nargo compile
-
Run dev script
-
Check browser console