-
Notifications
You must be signed in to change notification settings - Fork 1
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
Quartz CLI: Implement dev
#120
Comments
rebuilding contracts might be undesirable since it would mean the dev losing state their state. I guess an option flag for this? |
https://github.com/watchexec/cargo-watch Will likely use this library
Dev runs the two cargo watch listeners.
Second listener runs enclave start; contract deploy; cargo contract.
Preferably |
They may as well just be rebuilding the contract and enclave manually with the We could consider adding a |
Ah dang, I thought "If either the enclave or the contract(s) were updated" meant the |
To facilitate a really great local development experience, we would like to offer Quartz app developers a simple interface to facilitate the availability of a running instance of their app.
For example, a Quartz app developer should be able to simply run:
This should:
The text was updated successfully, but these errors were encountered: