Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 321 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 321 Bytes

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