Skip to content

noir-lang/tiny-noirjs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiny NoirJS app

This repo contains the full code from this Noir docs page.

Noir project

Uses nargo version 0.31.0.

Recompile with

nargo compile

Vite project

cd vite-project

Install dependencies with

npm install

Run app with:

npm run dev