Skip to content

lesson 14 random question about tags #3120

Answered by RoboCrypter
TimeKeyRoll asked this question in Q&A
Discussion options

You must be logged in to vote

@TimeKeyRoll :

If you wanna deploy all of your contracts at once, Just run : npx hardhat deploy

The main tag we made for our test net deployment,

In the video ahead, we will gonna make another deploy script called 04-mint.js In that we will mint all the NFTs from all three contracts at once, And in that script we will not going to have the main tag!

So, with the main tag we can only deploy all our contracts on the testnet, without interfering our 04-mint.js deploy script.

And we will gonna run our mint script individually by mint tag.

all tag is an option to use in your testing! And its upto you to use the all tag in your testing or just use the specific contracts name instead!

So, That's…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@RoboCrypter
Comment options

@TimeKeyRoll
Comment options

@RoboCrypter
Comment options

@TimeKeyRoll
Comment options

@RoboCrypter
Comment options

Answer selected by TimeKeyRoll
Comment options

You must be logged in to vote
1 reply
@TimeKeyRoll
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants