About
This skill automates the process of verifying smart contract source code on blockchain explorers, ensuring transparency and trust for decentralized applications. It leverages Foundry’s forge verify-contract command to handle complex scenarios, including the Etherscan V2 API for newer chains, proxy patterns such as ERC1967 and UUPS, and factory-created contracts via CREATE2. By automatically extracting constructor arguments and managing multi-chain configurations, it streamlines the essential final step of the blockchain deployment pipeline within the Claude Code environment.