UNPKG

truffle-source-verify

Version:

Verify your deployed smart contracts on Etherscan/Blockscout from the Truffle CLI

6 lines (4 loc) 138 B
const BasicContract = artifacts.require("BasicContract"); module.exports = function (deployer) { deployer.deploy(BasicContract, 3); };