vplasencia / zkSudoku

zkSudoku is a platform that allows users to play zk (zero knowledge) Sudoku games.

Home Page:https://zk-sudoku.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zkSudoku

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.

Run Locally

Clone the Repository

git clone https://github.com/vplasencia/zkSudoku.git

Run circuits

To run cicuits, go inside the circuits folder:

cd circuits

Then, follow the intructions in the README file in the circuits folder.

Run contracts

To run contracts, go inside the contracts folder:

cd contracts

Then, follow the intructions in the README file in the contracts folder.

Run zksudoku-ui

To run the frontend, go inside the zksudoku-ui folder:

cd zksudoku-ui

Then, follow the intructions in the README file in the zksudoku-ui folder.

About

zkSudoku is a platform that allows users to play zk (zero knowledge) Sudoku games.

https://zk-sudoku.vercel.app/


Languages

Language:JavaScript 50.8%Language:Solidity 40.1%Language:Shell 4.3%Language:Circom 4.1%Language:CSS 0.7%