> For the complete documentation index, see [llms.txt](https://docs.filecoin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filecoin.io/build-on-filecoin/verification.md).

# Contract verification

Contract verification lets users inspect the source code of deployed contracts and confirm they work as intended. This section covers how to verify contracts through both development tools and web interfaces.

## Table of contents

* [Verify using Hardhat](/build-on-filecoin/verification/hardhat.md) — automate verification from your Hardhat development environment
* [Verify using Foundry](/build-on-filecoin/verification/foundry.md) — automate verification from your Foundry development environment
* [Verify using Blockscout](/build-on-filecoin/verification/blockscout.md) — verify contracts through the Blockscout web interface
* [Verify using Filfox](/build-on-filecoin/verification/filfox.md) — verify contracts through the Filfox web interface
