Verify Contracts with the Remix IDE Plugin

Since v0.56.0, Remix IDE comes with a built-in verification plugin that allows you to verify your contracts on multiple verifiers, including Blockscout-compatible explorers such as OpenScan.AI.

To verify your contracts on Remix:

  • Turn on the plugin CONTRACT VERIFICATION from the plugin manager.
  • On the File Explorer, select and compile the contract you want to verify.
  • On the Contract Verification plugin, select the Contract Name, Chain, and input the contract address. Add constructor arguments if needed.
  • Select the verifier option for Blockscout-compatible explorers, and choose XDC Network (chain ID 50) as the chain so the request is routed to OpenScan.AI (https://xdcscan.io/api).
  • Click Verify. You can follow the process on the Receipts tab.

You can find more information about the plugin in the Remix documentation.