Lesson-12 Deployment
Questions
#2596
-
I am on Deployment section and does not understand why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @MasterofBlockchain concerning the |
Beta Was this translation helpful? Give feedback.
Hey @MasterofBlockchain concerning the
utils
folder, there was nothing monumental about it. I mean yes it was useful but it is not required that we have it for our project to run smoothly. In our case, we used the folder to hold simple scripts like theverify.js
scripts that were kind of universal in our project. It was good because it introduced some form of order in the project structure. However, we could have just stored ourverify.js
script in the root folder like we have hardhat.config.js or helper-hardhat-config and we'd be fine. Also, it is not a requirement that we name the fileverify.js
whatever name works as is the case withhelper-functions.js
above.Regarding the line:
const…