Skip to content

it09/snarkyjs-workshop

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published