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
After deploying your smart contracts, it's important to verify your code on our block explorers. This can be done in an automated way using your developer tooling or the Web UI.
17
-
18
-
{/* <Aside type="tip" title="Blockscout vs Etherscan">
19
-
The below instructions for verifying on our Sepolia Blockscout instance will need to be altered to work with Etherscan
20
-
deployments. As additional services come online for mainnet, we'll update these instructions.
21
-
</Aside> */}
16
+
After deploying your smart contracts, it's important to verify your code on a block explorer. This can be done in an automated way using your developer tooling or the Web UI.
22
17
23
18
## Using Developer Tools
24
19
25
20
Most smart contract tooling has plugins for verifying your contracts easily on Etherscan. Blockscout supports Etherscan's contract verification APIs, so it's straightforward to use these tools using the APIs of either of these block explorers.
0 commit comments