mopro
mopro copied to clipboard
Making client-side proving on mobile simple.
# Problem See https://github.com/oskarth/mopro/issues/109 ## Suggested approach Suggested course of action: We try for C++ witness gen as experimental feature and create a shared branch?PR in mopro for doing an...
Naive experiment for https://github.com/oskarth/mopro/issues/25 Doesn't currently work due to: ``` error[E0277]: the trait bound `ProvingKey: Archive` is not satisfied --> ark-zkey/src/lib.rs:22:30 | 22 | #[derive(Archive, Serialize, Deserialize, Clone, Debug, PartialEq)]...
# Problem Currently in https://github.com/oskarth/mopro/tree/main/templates/mopro-example-app we don't have UI tests as we did in https://github.com/oskarth/mopro/tree/main/mopro-ios and https://github.com/oskarth/mopro/tree/main/mopro-android It'd be nice to add them. This then leads to us being able...
# Problem We currently use the more "heavy" https://github.com/oskarth/mopro/tree/main/mopro-ios and https://github.com/oskarth/mopro/tree/main/mopro-android for CI. It'd be good to instead use the example app for this https://github.com/oskarth/mopro/tree/main/templates/mopro-example-app ## Suggested solution - Change...
This seems to work better for some scenarios. Also delete old script.
*This issue is a stub and will be filled out with more details.* We want to run on more platforms other than iOS. Most relevant and easiest here is Android....
Most dylib work has been merged already, see recent commits, cli/build_ios script, and example app. With this config and `mopro build --platforms=ios`: 1) dylib is included in a separate XCFramework...
*This issue is a stub and will be filled in with more detail.* We want to support additional proof systems outside of just Circom/Groth16. This can easily be added to...
# Problem Right now the icons are proof of passport based. We should probably replace these with a mopro logo. ## From issue > Awesome, thank you! Later on we...
# Problem We currently don't have witness generation that works for App Store release. This is due to an unexpected blocker with dylib for app store submission. Three potential paths:...