RareSkills / zero-knowledge-puzzles

Exercises to learn the syntax of Circom and create EVM compatible zero knowledge programs.
https://www.rareskills.io/zk-bootcamp
GNU General Public License v3.0
273 stars 89 forks source link

`sudoku.circom` is not capitalized, test file cannot find circuit. #6

Closed calvbore closed 1 year ago

calvbore commented 1 year ago

https://github.com/RareSkills/zero-knowledge-puzzles/blob/1d8d766f65a3a54443015956f01e0eadc01c2d34/test/Sudoku.js#L20 sudoku.circom is not capitalized, test file cannot find circuit.

should be renamed to Sudoku.circom

4 deals with this.

supernovahs commented 1 year ago

Merged