o1-labs / code-review-question

Code review interview question repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnarkyJS

To write a zkApp, we recommend using the zkApp CLI, which makes writing a zkApp easy by including SnarkyJS & providing project scaffolding, a test framework, and formatting.

SnarkyJS's documentation is available here.

Run examples in Node

npm install
npm run build

./run src/examples/api_exploration.ts

Build and run web version

npm install
npm run start:web

Then go to http://localhost:8000/

Run tests

npm run test

Publish

# Make sure to have proper NPM credentials before publishing.
# To get credentials, use `npm login`
npm publish

About

Code review interview question repo

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:TypeScript 0.5%Language:HTML 0.0%Language:Python 0.0%