zkSudoku is a platform that allows users to play zk (zero knowledge) Sudoku games.
This project is part of the article: How to create a Zero Knowledge DApp: From zero to production.
git clone https://github.com/vplasencia/zkSudoku-plonk.gitTo run cicuits, go inside the circuits folder:
cd circuitsThen, follow the intructions in the README file in the circuits folder.
To run contracts, go inside the contracts folder:
cd contractsThen, follow the intructions in the README file in the contracts folder.
To run the frontend, go inside the zksudoku-ui folder:
cd zksudoku-uiThen, follow the intructions in the README file in the zksudoku-ui folder.