Skip to content

Commit

Permalink
Added Command for BasicNft's mintNft() function (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAYUSH-GUPTA-coder authored Oct 13, 2023
1 parent 757690d commit 1e0cb4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ endif
deploy:
@forge script script/DeployBasicNft.s.sol:DeployBasicNft $(NETWORK_ARGS)

mint:
@forge script script/Interactions.s.sol:MintBasicNFT ${NETWORK_ARGS}

deployMood:
@forge script script/DeployMoodNft.s.sol:DeployMoodNft $(NETWORK_ARGS)

Expand Down

0 comments on commit 1e0cb4e

Please sign in to comment.