- Install Circom2 (currently this is done from source), as explained here.
- check that
circom --version
works - We tested with Circom 2.1.4
- check that
This only works on Linux currently.
You'll also need to install the npm package circom-helper
, either globally or locally (but don't
commit to git). We removed it because it caused build
issues on some configurations, and we're moving away
from it anyway.
# only the first time
make install-test-deps
# in a shell (will remain active)
make test-server
# in another shell
make test