Skip to content

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

Notifications You must be signed in to change notification settings

boomlabs-web3/zkSudoku-plonk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-plonk.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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 76.2%
  • JavaScript 21.8%
  • Shell 1.7%
  • CSS 0.3%