Foundry Verification
Verify contract
Tips:
Example (Deploy and verify)
forge create \
--rpc-url <rpc_https_endpoint> \
--private-key $PRIVATE_KEY \
<contract_file>:<contract_name> \
--verify \
--verifier blockscout \
--verifier-url <blockscout_homepage_explorer_url>/api/Example (Verify already deployed contract)
Last updated