LogoLogo
  • Gather Fundamentals
    • INTRODUCTION TO GATHER
    • GTH
    • TOKEN STANDARDS
      • CREATE YOUR FIRST GRC-20 TOKEN
      • CREATE YOUR FIRST GRC-721 TOKEN
    • NETWORKS
    • CONSENSUS
      • PROOF-OF-WORK (POW) & GTHASH
    • BLOCK EXPLORER
    • BRIDGE
    • MULTI-SEND
  • GATHER DEVELOPEMENT STACK
    • WALLET SETUPS
      • GATHER WEB WALLET
      • METAMASK MAINNET CONFIGURATION
      • METAMASK TESTNET CONFIGURATION
    • SMART CONTRACTS & DAPPs
      • DEPLOYING YOUR FIRST SMART CONTRACT
      • HARDHAT CONFIGURATION AND DEPLOYMENT
      • TRUFFLE CONFIGURATION AND DEPLOYMENT
      • BUILDING AN ESCROW SMART CONTRACT
      • BUILDING AN E-COMMERCE SHOPPING SMART CONTRACT
      • DEPLOYING NFT MARKETPLACE DAPP
      • DEPLOYING DE-FI BANK DAPP
      • DEPLOYING DECENTRALIZED TWITTER
    • TESTNET FAUCET
    • COVALENT
    • THIRDWEB
    • VERIFY SMART CONTRACTS
      • VERIFY CONTRACTS ON SOURCIFY VIA REMIX IDE
      • VERIFY CONTRACTS USING HARDHAT
Powered by GitBook
On this page
  • STEP - 1
  • STEP - 2
  • STEP - 3
  • STEP - 4
  • STEP - 5
  • STEP - 6
  • STEP - 7
  • STEP - 8
  1. GATHER DEVELOPEMENT STACK
  2. VERIFY SMART CONTRACTS

VERIFY CONTRACTS ON SOURCIFY VIA REMIX IDE

A guide to verify and publish your smart contracts on Sourcify via remix IDE. Verifying smart contracts allows you to interact (read / write) with contract through Gather blockchain explorer.

PreviousVERIFY SMART CONTRACTSNextVERIFY CONTRACTS USING HARDHAT

Last updated 2 years ago

STEP - 1

Open the remix IDE in your browser.

STEP - 2

Copy your contracts on remix IDE.

STEP - 3

Select and compile your contract which needs to be verified and published. (choose correct version of solidity compiler)

STEP - 4

Go to Sourcify section on IDE (Last item on the left navigation bar).

STEP - 5

Open Verifier dropdown, select chain (gather mainnet / gather testnet). Then select the compiled contract and enter contract address on the selected network.

STEP - 6

Click on verify button and wait for contract to be verified.

STEP - 7

Once verified you can also go to contract lookup section enter chain and contract address of your verified contract to check your verified contract.

STEP - 8

Now you can go to gather explorer ( / ) and check you contracts, it should be verified and now should be able to read or write your contract from the explorer.

gather-mainnet
gather-testnet
Remix - Ethereum IDE