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
Now users need to go through mopro init, mopro build to generate MoproiOSBindings/MoproAndroidBindings
but if we just need bindings in existing projects (e.g. Anon Aadhaar)
we can have something like mopro bindgen to output just MoproiOSBindings/ MoproAndroidBindings
Details
mopro bindgen
platforms: ios/android
proving systems: circom/halo2
adapters: rust-witness/witnesscalc + arkworks/rapidsnark (could be an advanced feature)
input circuits dir: e.g.test-vectors/circom
(optional) output folder: e.g. ../AnonAadhaariOSBindings
Acceptance criteria
Without running mopro init and mopro build, just runnnig mopro bindgen to generate MoproiOSBindings/MoproAndroidBindings
so the mopro bindgen can be written as a shell script in e.g. anon-aadhaar-react-native
the shell script would be like
Problem
Now users need to go through
mopro init
,mopro build
to generateMoproiOSBindings
/MoproAndroidBindings
but if we just need bindings in existing projects (e.g. Anon Aadhaar)
we can have something like
mopro bindgen
to output justMoproiOSBindings
/MoproAndroidBindings
Details
mopro bindgen
ios
/android
circom
/halo2
rust-witness
/witnesscalc
+arkworks
/rapidsnark
(could be an advanced feature)test-vectors/circom
../AnonAadhaariOSBindings
Acceptance criteria
Without running
mopro init
andmopro build
, just runnnigmopro bindgen
to generateMoproiOSBindings
/MoproAndroidBindings
so the
mopro bindgen
can be written as a shell script in e.g. anon-aadhaar-react-nativethe shell script would be like
The text was updated successfully, but these errors were encountered: