Skip to content

Commit

Permalink
Create Mansi.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mannxxx committed Dec 30, 2023
1 parent 369e0c6 commit 6bf104b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hardhat-cmd-task7/Mansi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
1. Install Hardhat:
npm install --save-dev hardhat

2. Compile Contracts: To compile your contracts, you can use the following command:

npx hardhat compile

This command will compile your Solidity contracts and generate the artifacts in the artifacts directory.

3. Run Deployment Script: Assuming you have a deployment script named deploy.js, you can deploy your contracts using the following command:

npx hardhat run scripts/deploy.js --network <networkName>

0 comments on commit 6bf104b

Please sign in to comment.