We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A cli like circom, foundry, create-react-app... is helpful for developers getting started with a new project.
circom
create-react-app
mopro-cli
mopro init
mopro build
MoproiOSBindings
MoproAndroidBindings
mopro create
platforms
swift
kotlin
react-native
Make sure mopro init, mopro build, mopro create works and the apps work
The text was updated successfully, but these errors were encountered:
For reference, here's the previous issue #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
Sorry, something went wrong.
mopro init is done #235 mopro build is opened #237
mopro create is done #245 (for iOS and Android) TODO: react-native and flutter
alxkzmn
Successfully merging a pull request may close this issue.
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)
Getting started with the cli
And move the current setups to Tutorial section
The text was updated successfully, but these errors were encountered: