Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 861 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 861 Bytes

zkGames circom circuits

This folder contains the sudoku.circom circuit used in the zkSudoku application.

Install dependencies

To install all the dependencies run:

yarn install

Compile circuits and generate and verify the zk-proof using snarkjs

To know how is everything generated, you can see the executePlonk.sh file inside the sudoku folder.

To compile and run the circuit, go inside the sudoku folder and run:

Run the first time:

chmod u+x executePlonk.sh

And after that, you can always run:

./executePlonk.sh

Run tests

yarn test

When you run tests you will see something like this:

CircuitsTestPlonk