Skip to main content

Verify Contracts

Contract verification improves transparency and makes integrations easier.


Why Verification Matters

Verified contracts help users and developers:

  • Read source code
  • Confirm the expected contract logic
  • Interact with contracts more safely
  • Review constructor parameters and interfaces

Explorer

Use the official explorer:

https://rinia.firescan.io/


  1. Deploy the contract
  2. Open the contract address on the explorer
  3. Use the explorer verification flow if available
  4. Confirm source code and compiler settings match your deployment

Important

Only publish and share official contract addresses after verifying that the deployment is correct.


Next Step

👉 Continue to Interact with Contracts