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
Each contract will have TS deployment script by default, and executable by swanky command for e.g. swanky contract (script) run.
swanky contract (script) run
Users can arbitrary TS scripts under scripts folder and automate deployments and other repetitive operations by writing codes.
scripts
#112 (comment)
Similar to what truffle/hardhat has.
The text was updated successfully, but these errors were encountered:
execa now has a scripts feature, which we can leverage for this: https://github.com/sindresorhus/execa/blob/main/docs/scripts.md
execa
Closing this for now, and will create a new ticket with execa.
Sorry, something went wrong.
shunsukew
Successfully merging a pull request may close this issue.
Each contract will have TS deployment script by default, and executable by swanky command for e.g.
swanky contract (script) run
.Users can arbitrary TS scripts under
scripts
folder and automate deployments and other repetitive operations by writing codes.#112 (comment)
Similar to what truffle/hardhat has.
The text was updated successfully, but these errors were encountered: