Difference between script and deploy. #6729
Unanswered
EddiePumpin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between script folder and deploy folder? I notice the scripts folder always have the
main()
the function and we always useyarn hardhat run scripts/something.js
while we useyarn hardhat deploy
for deploy folder. I need more explanation on this.Beta Was this translation helpful? Give feedback.
All reactions