Skip to content

mitschabaude/snarkyjs-sudoku

Repository files navigation

SnarkyJS Sudoku

Zero-knowledge Sudoku with SnarkyJS.

To serve the web UI, do the following and navigate to http://localhost:3000 in your browser.

npm i
npx tsc
npm run start

If you just want to test the core smart contract logic with node, after npm i you can do

npx tsc && node dist/main.js

About

Simple zero-knowledge Sudoku with SnarkyJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published