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
sozo dev
This task it to create sozo dev <OPTIONS> and make it great again.
sozo dev <OPTIONS>
Problem
Common full stack dev flow is.
If models/systems change in contracts, sozo build --typescript has to be run again, along with migration happening.
sozo build --typescript
This is fine- but we can do better...
Solution
Running this command we could pass the following options:
--bindings OPTION (generates new bindings if systems/models change) --migration OPTION (migrates when anything changes) --testing OPTION (reruns tests)
This will then watch for file changes in the contracts directory and regenerate the bindings automatically.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This task it to create
sozo dev <OPTIONS>
and make it great again.Problem
Common full stack dev flow is.
If models/systems change in contracts,
sozo build --typescript
has to be run again, along with migration happening.This is fine- but we can do better...
Solution
sozo dev <OPTIONS>
Running this command we could pass the following options:
This will then watch for file changes in the contracts directory and regenerate the bindings automatically.
The text was updated successfully, but these errors were encountered: