Verify a contract
This guide will help you verify a smart contract on Taiko.
Prerequisites
You have a contract deployed on Taiko and the source code available.
Mainnet
Verify a contract with Foundry
Replace the contract address and filepath to contract below, and then execute in terminal to verify your contract.
It’s also possible to verify the contract through Taikoscan
API as follows:
Hekla
Verify a contract with Foundry
Replace the contract address and filepath to contract below, and then execute in terminal to verify your contract.
Verify a contract with Hardhat or other alternatives
Check out the Blockscout docs here!