Skip to content

zkmopro/android-benchmark-app

Repository files navigation

Mopro example app

This is the example app of mopro. You can use the following commands to build native bindings for your iOS and/or Android app.

📚 To learn more about mopro, visit: https://zkmopro.org

Getting Started

To set up and build bindings, follow these steps.

1. Install the Mopro CLI Tool

git clone https://github.com/zkmopro/mopro
cd mopro/cli
cargo install --path .

2. Generate Native Bindings

Navigate to the Mopro example app directory, then build the bindings with:

mopro build

3. Create Platform-Specific Templates

To generate templates tailored to your target platform, use:

mopro create

Advanced: Customize Builds Using Rust

For advanced usage, you can manually run Rust commands to build in either debug or release mode.

iOS

  • Debug Mode:
    cargo run --bin ios  # Debug mode
  • Release Mode:
    CONFIGURATION=release cargo run --bin ios # Release mode

Android

  • Debug Mode:
    cargo run --bin android  # Debug mode
  • Release Mode:
    CONFIGURATION=release cargo run --bin android # Release mode

Community

  • X account:
  • Telegram group:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published