You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Hardhat](https://hardhat.org) plugin for integration with [Etherscan](https://etherscan.io)'s contract verification service.
5
+
[Hardhat](https://hardhat.org) plugin to verify the source of code of deployed contracts.
6
6
7
7
## What
8
8
9
-
This plugin helps you verify the source code for your Solidity contracts on [Etherscan](https://etherscan.io).
9
+
This plugin helps you verify the source code for your Solidity contracts. At the moment, it supports [Etherscan](https://etherscan.io)-based explorers and explorers compatible with its API like [Blockscout](https://www.blockscout.com/).
10
10
11
11
It's smart and it tries to do as much as possible to facilitate the process:
0 commit comments