truffle-plugin-verify | ✅ Verify your smart contracts | Cryptocurrency library
kandi X-RAY | truffle-plugin-verify Summary
kandi X-RAY | truffle-plugin-verify Summary
Verify your smart contracts on Etherscan from the Truffle CLI
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of truffle-plugin-verify
truffle-plugin-verify Key Features
truffle-plugin-verify Examples and Code Snippets
Community Discussions
Trending Discussions on truffle-plugin-verify
QUESTION
I deployed a simple NFT smart contract on polygon mumbai testnet but when I am trying to verify it then It is showing an error. please guide me how to verify it...
This is the error which I am getting
...ANSWER
Answered 2022-Jan-11 at 16:26First deploy the contract:
QUESTION
I am trying to verify my deployed contract from truffle and getting "Etherscan has no support for network testnet with id 97" error. So I am working with Bscscan and I deployed my contract on bsc testnet.
How can I solve this problem?
My truffle-config.js
...ANSWER
Answered 2021-Feb-23 at 23:12Install the latest version of truffle-plugin-verify
.
Now the latest version is 0.5.4.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install truffle-plugin-verify
Install the plugin with npm or yarn npm install -D truffle-plugin-verify yarn add -D truffle-plugin-verify
Add the plugin to your truffle-config.js file module.exports = { /* ... rest of truffle-config */ plugins: ['truffle-plugin-verify'] }
Generate an API Key on your Etherscan account (see the Etherscan website)
Add your Etherscan API key to your truffle config (make sure to use something like dotenv so you don't commit the api key) module.exports = { /* ... rest of truffle-config */ api_keys: { etherscan: 'MY_API_KEY' } }
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page