Skip to content

carterbrett/snarkyjs

 
 

Repository files navigation

SnarkyJS

To write a Snapp, we recommend using the Snapp CLI, which makes writing a Snapp 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`
./scripts/publish.sh

About

Typescript/Javascript framework for zk-SNARKs and snapps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%