-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add contracts tooling from swayswap to fuels-ts #631
Comments
Aside from the configurable options made available on the |
No, the initial idea is to be very customizable. This is why the config is also a script, not a standard JSON. |
Description
Currently, on swayswap, we created a CLI tool that helps in the development cycle by making the process of building, deploying, and replacing contract IDs simpler by executing a single command.
This CLI flow works this way;
deploy
command;This way, for example, a frontend application can be auto-refreshed with the new contract ids after a single command to build and deploy contracts changes.
SwaySwap tool: https://github.com/FuelLabs/swayswap/tree/master/packages/scripts
Implementation expected
Port the current scripts tool to
fuels-ts
refactoring and removing specific application code, making it simple to use inside any application.The CLI command will be following the pattern created on #570, where the CLI will be inside
fuels workspace tool
and accessible by executingfuels contracts <command>
.The text was updated successfully, but these errors were encountered: