You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start_compile_amaci: compile amaci circuit into zkey and wasm
start_compile_maci: compile maci circuit into zkey and wasm
How to run test data
js/amaci.test.js: generate aMACI test data
js/maci.test.js: generate MACI test data
Start
First, determine whether to compile aMACI or MACI (enter the corresponding circuit directory) and install the corresponding dependencies
npm i
Determine the circuit scale to be compiled
Modify the parameter settings of the corresponding circuit (2-1-1-5/4-2-2-25/...)
If it's aMACI, execute start_compile_amaci script; if it's MACI, execute start_compile_maci script (important data generated here will be in input/logs.json)