Contract Verification
Get Started
1) Install Hardhat
npm install --save-dev hardhatyarn add --dev hardhat2) Create a project
3) Install plugin
npm install --save-dev @nomiclabs/hardhat-etherscan4) Add plugin reference to config file
Config File
Add an Unsupported Network
Deploy and Verify
Deploy
Verify
Resources
Last updated