@cds.id/truffle-plugin-verify
v0.6.1
Published
Verify your deployed smart contracts on Etherscan from the Truffle CLI - active maintenance
Maintainers
Readme
Truffle Verify - Fork
This repo is forked from truffle-plugin-verify since the original repo is now archived.
Installation
Install this forked version:
npm install @cds.id/truffle-plugin-verifyAdd the plugin to your truffle-config.js:
plugins: [
'@cds.id/truffle-plugin-verify'
]