/noir-vite-starter

Starter package for noir using vite

Primary LanguageJavaScriptMIT LicenseMIT

noir-vite-starter

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.

Getting Started

Follow Noir Getting Started to install Nargo, this project tested on Nargo version 0.11.0.

  1. Clone and cd into root directory.

  2. Install dependencies.

  3. Navigate to the circuits directory with

    cd circuits
  4. Compile your Noir program with

    nargo compile
  5. Run dev script

  6. Check browser console