Learn how to programmatically verify smart contracts on the Filecoin network using popular development frameworks like Hardhat and Foundry.
Programmatic Contract Verification
Programmatic verification allows you to automate the contract verification process directly from your development environment. This approach is ideal for CI/CD pipelines and streamlined deployment workflows.
Available Frameworks
Choose your preferred development framework:
- Hardhat - Popular Ethereum development environment with extensive plugin ecosystem
- Foundry - Fast, portable, and modular toolkit for Ethereum application development
Was this page helpful?