Open vivianjeng opened 2 months ago
For reference, here's the previous issue https://github.com/zkmopro/mopro/issues/77 that was addressed with mopro-cli
Documentation here https://zkmopro.org/docs/0.0.1/mopro-cli
Example usage here https://www.loom.com/share/6ff382b0497c47aea9d0ef8b6e790dd8
mopro init
is done #235
mopro build
is opened #237
mopro create
is done #245 (for iOS and Android)
TODO: react-native and flutter
Problem
A cli like
circom
, foundry,create-react-app
... is helpful for developers getting started with a new project.Details
mopro-cli
directory including the following commandsmopro init
: create an example rust project following the tutorial: Rust Setupmopro build
: exportMoproiOSBindings
,MoproAndroidBindings
mopro create
: create the mobile app itselfplatforms
swift
(template: iOS Setup)kotlin
(template: Android Setupreact-native
(template: React Native Setup)Acceptance criteria
Make sure
mopro init
,mopro build
,mopro create
works and the apps workNext steps (optional)