Skip to content
forked from o1-labs/o1js

Typescript/Javascript framework for zk-SNARKs and snapps

License

Notifications You must be signed in to change notification settings

MartinMinkov/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 - Web

npm install
npm run start:web

Then go to http://localhost:8000/

SnarkyJS - Server

npm install
npm run start:server

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%