Verifying smart contracts #5562
Unanswered
mustafaassaad
asked this question in
General Q&A
Replies: 3 comments 2 replies
-
@mustafaassaad thanks for reaching out! Can you please share your screenshot one more time? The one provided is not loading. Also if possible, can you please share the rest of the code repo? We do not need any of the keys. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
-
That's all the code in my truffle.config.js file! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my truffle config i have:
"plugins: ['truffle-plugin-verify'],
api_keys: {
etherscan: process.env["ETHERSCAN_API_KEY"]
}
};"
& in my env. i have:
"ETHERSCAN_API_KEY="(private key)"
When i run "truffle run verify RentablePets --network das
hboard" in my terminal, i get no result:
Beta Was this translation helpful? Give feedback.
All reactions