/snarkyjs-sudoku

Simple zero-knowledge Sudoku with SnarkyJS

Primary LanguageJavaScript

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