mirror of
https://github.com/erhant/circomkit.git
synced 2026-05-05 03:00:37 -04:00
* 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
13 lines
279 B
JSON
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"
|
|
}
|