Files
circomkit/circomkit.json
Erhan f210e06030 Major Refactors (#82)
* migrate tests under their own folder

* more refactors + `pkgroll` added

* todo commander

* migrate CLI to `commander`

* fixed proof tester types

* added `list` command

* use jest, use pnpm, more refactors & renames & typings

* remove redundant hardhats, better jest

* up version
2024-05-18 22:02:47 +03:00

13 lines
279 B
JSON

{
"version": "2.1.4",
"verbose": true,
"prime": "bn128",
"optimization": 1,
"protocol": "groth16",
"circuits": "./tests/circuits.json",
"dirPtau": "./tests/ptau",
"dirCircuits": "./tests/circuits",
"dirInputs": "./tests/inputs",
"dirBuild": "./tests/build"
}