| Currently supporting iOS. Should be not too hard to add android support.
- Prepare Circom Circuit: Create your circuit in Circom
- Setup download and compile dependencies
python setup.py
- Compile Circuit, Compile targets
python run.py {target} {directory}
wheretarget
can beios
,ios-simulator
,android
,android_x86_64
, andhost
.
Final results are in the package_{target}
directory.
clean:
make clean