Verify contract source code on block explorer
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-sol-tech-stacks-solidity@IvanTorresEdge/molcajete.ai# Verify Contract Verify contract source code on block explorer. Use the Task tool to launch the **deployer** agent with the following instructions: 1. Ask user for: - Contract address - Network - Constructor arguments (if any) 2. Detect framework and verify: - Foundry: `forge verify-contract --verification-method standard-json-input` - Hardhat: `npx hardhat verify` 3. Handle verification process: - Submit source code using Standard JSON Input format (Foundry) - Wait for verification - Handle any errors (wrong compiler version, constructor args, etc.) 4. Verify su...
Smart verification command - run quality checks and final verification
Generic dual-verification dispatcher for high-confidence verification across all verification types.
Final verification - run all Pest tests, validate Playwright UI flows, and check production checklist
Validate artifacts and phase consistency.
Follow the `Instructions` to implement the `Plan` then `Report` the completed work.