/noir-min-browser-example

Minimal browser example for Noir 0.9.0

Primary LanguageTypeScript

Minimal Noir project for a browser environment

Prerequisites

How to run this

  1. npm i to install dependencies

  2. nargo compile main to generate your circuit in ACIR format. You should get a folder called target with main.json inside. Feel free to use whatever name, as long as you update the import in ts/index.ts.

  3. npm run dev to run your frontend in development mode (open the console to see logs)