Replies: 3 comments
-
@harshuo2 scripts are for our local deployments other use cases can be read here |
Beta Was this translation helpful? Give feedback.
-
Well, the utility they provide in our case is, the scripts we used till lesson 9, namely, we used |
Beta Was this translation helpful? Give feedback.
-
Hardhat scripts are useful for simple things that don't take user arguments, and for integrating with external tools that aren't well suited for the Hardhat CLI, like a Node.js debugger. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it necessary to write scripts in our hardhat applications?
If yes, why is it so? What additional utility does it provide?
If no, then why have we been writing them regardless in our applications?
I've only covered till Lesson 9 and was intrigued to ask this question...
Beta Was this translation helpful? Give feedback.
All reactions