-
I am at 12:18:09 and get lost a bit. Why did he introduce scripts when we already have our deploy code? |
Beta Was this translation helpful? Give feedback.
Answered by
alfaqi
Jun 27, 2023
Replies: 1 comment 3 replies
-
Deploy code or folder is used by |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple words:
hardhat deploy
can deploy a bunch of file at once,For example: deploy all the files in deploy folder.
hardhat run
run file by fileYou have to specify which file you want to execute
As I think