Merged
Conversation
vivianjeng
reviewed
Mar 11, 2026
Comment on lines
+37
to
+45
| | Command | What it does | | ||
| |---|---| | ||
| | `/mopro:check-env` | Diagnose environment and missing tools | | ||
| | `/mopro:init` | Initialize a new mopro project | | ||
| | `/mopro:build` | Build ZK bindings (5-15 min, runs in background) | | ||
| | `/mopro:create` | Generate app template from bindings | | ||
| | `/mopro:test` | Run Rust, FFI, or UI tests | | ||
| | `/mopro:device` | Manage simulators, emulators, devices | | ||
| | `/mopro:new` | Full workflow: init + build + create | |
Member
There was a problem hiding this comment.
I think you can show how to install mopro-ai before showing the commands
or I feel missing something to get the commands
vivianjeng
reviewed
Mar 11, 2026
Comment on lines
+14
to
+16
| - **The problem**: Building a mobile ZK app requires wrangling Rust toolchains, Circom compilation, platform SDKs, and FFI wiring. Most developers never get past setup. | ||
| - **The tool**: [mopro-ai](https://github.com/zkmopro/mopro-ai) is a structured playbook that lets AI coding agents drive the full mopro lifecycle accurately, from project init to on-device proof verification. | ||
| - **Demo result**: Starting from a single prompt, an AI agent scaffolded [vibe-app](https://github.com/moven0831/vibe-app), a complete Flutter app that generates and verifies Groth16 proofs of Poseidon hash preimage knowledge, entirely on-device. This post walks you through exactly how that happened. |
Member
There was a problem hiding this comment.
I think the TLDR can skip the tech details (e.g. Rust, Circom, Poseidon,...)
Ideally it can also be understood by non-technical people
e.g.
using mopro-ai you can build a ZK mobile app without knowing programming or environment settings
you just need prompts
Collaborator
Author
|
@vivianjeng thanks for the review, I've adapted the suggestions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.