/snarkyjs-workshop-solutions

Solutions to the Mina Protocol's SnarkyJS workshop exercises.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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