What problem does it solve? Deploying a multi-contract Solidity protocol to a testnet involves a strict deployment order, explorer verification, configuration updates, and post-deployment checks that are error-prone when done manually. This Skill automates that entire sequence for the SENTINEL contracts on Flare Coston2. ## Core Features & Use Cases - Ordered Contract Deployment: Compiles with forge and deploys Registry, Scoring, Payment, and Proof contracts in the correct dependency order. - Explorer Verification: Verifies each deployed contract on coston2-explorer.flare.network so the source code is publicly auditable. - Config Update and Smoke Tests: Updates project configuration with the new contract addresses and runs post-deployment smoke tests. - Use Case: After modifying the Scoring contract, run this Skill to redeploy the full contract suite to Coston2, verify the contracts, and confirm the deployment works before involving the TEE node cluster. ## Quick Start Deploy the SENTINEL smart contracts to the Flare Coston2 testnet and verify them on the explorer.