让 dApp 自动验证工厂部署的合同
Have a dApp automatically verify a contract deployed by a factory
假设合约工厂在任何时间点(不是在部署工厂智能合约时)在以太坊上部署新合约。克隆被用户触发部署。
是否可以从 dApp 自动验证 Etherscan 上的这个新合约?
PS:我知道你可以在 Etherscan 上手动验证它,但是如果我需要 dApp 自动验证怎么办?
有个Hardhat plugin that verifies your contract on Etherscan by calling their verification API.
假设合约工厂在任何时间点(不是在部署工厂智能合约时)在以太坊上部署新合约。克隆被用户触发部署。
是否可以从 dApp 自动验证 Etherscan 上的这个新合约?
PS:我知道你可以在 Etherscan 上手动验证它,但是如果我需要 dApp 自动验证怎么办?
有个Hardhat plugin that verifies your contract on Etherscan by calling their verification API.