Skip to content

About deploying single contract #209

Answered by mattjaf
Aamirusmani1552 asked this question in Q&A
Discussion options

You must be logged in to vote

with hardhat you can add tags, such as module.exports.tags = ['contract1'] at the bottom of your scripts or something like that

then npx hardhat deploy --tags contract1

if your referring to concatenating the solidity files into 1, there's an npm package called Sol-Merger

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ximon-x
Comment options

Comment options

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

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