Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 457 Bytes

snarkyjs Workshop

$ git clone git@github.com:o1-labs/snarkyjs-workshop.git
$ cd snarkyjs-workshop
$ npm install
$ npx tsc

Make sure you have node version >= 16.4!

Then you can run individual examples with:

node dist/1_exercise.js
node dist/2_exercise.js
...

If you change an example, you have to re-run typescript first:

npx tsc && node dist/1_exercise.js