- To build the Dockerfile first run:
git submodule update --init
cd witnesscalc
git submodule update --init
cd ../rapidsnark
git submodule update --init
cd ..
- Assuming you have yarn installed, install node_modules in the
openpassport/circuits
directory:
cd openpassport/circuits
yarn
cd ../../