Verify contract on Core using Foundry

Smart contract developers and engineers who are Foundry fancies may find a challenge verifying contract on Core with its known limitation stated in the docs. Well, we can do it manually even though your contract is designed modulary.
Simply utilize Standard JSON input by triggering command forge verify-contract <CONTRACT ADDRESS> --show-standard-json-input --rpc-url <PASS CORE TESTNET OR MAINNET RPC URL>

Hey @Nour
Thanks for this great info :slight_smile: