Skip to content
New issue

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

mopro update command #269

Open
vivianjeng opened this issue Dec 11, 2024 · 0 comments
Open

mopro update command #269

vivianjeng opened this issue Dec 11, 2024 · 0 comments
Labels

Comments

@vivianjeng
Copy link
Collaborator

Problem

When a user go through
mopro init, mopro build and mopro create
he can get a template with bindings in the first mopro build
but when the user wants to

  1. update circuits
  2. update UDL

He has to manually copy the bindings to the template
like https://github.com/zkmopro/react-native-app?tab=readme-ov-file#3-update-mopro-bindings

Details

We can provide a more advanced command like mopro update
It finds (all*) the mopro bindings' paths and replace them with the latest MoproiOSBindings and MoproAndroidBindings
( *If the user create more than one template)

Acceptance criteria

When executing mopro update
The bindings in the templates are updated. (e.g. with new circuits or with new functions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant