Advanced Foundry | NFT Lesson | Testnet Deployment #3067
Unanswered
vigneshbalu96
asked this question in
Q&A
Replies: 1 comment 2 replies
-
were you able to deploy with this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
✋ Hello Blockchianeers, while running the command while deploying the PUG NFT, getting error.
$ make deploy ARGS="--network sepolia"
error: a value is required for '--private-key <RAW_PRIVATE_KEY>' but none was supplied
For more information, try '--help'.
make: *** [Makefile:40: deploy] Error 2
and I modified my Makefile with --account <wallet_Account_Name>. Modified the script to avoid keeping private key in plain text.
deploy: @forge script script/DeployBasicNft.s.sol:DeployBasicNft $(NETWORK_ARGS) --account sepoliaAccount
what would be a better solution to this? 🤔
Beta Was this translation helpful? Give feedback.
All reactions