Central configuration file for TON contract verification infrastructure.
This configuration is consumed by various TON ecosystem tools:
The following projects use this config to dynamically load available FunC, Tact, and Tolk compiler versions without requiring code updates:
- ton-blockchain/verifier — Web UI for contract verification
- ton-community/contract-verifier-backend — Backend verification service
The following projects fetch backend endpoints for source code submission and verification:
- ton-org/blueprint — Development framework CLI (
npx blueprint verify) - tact-lang/tact-deployer — Tact contract deployment tool