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.
Last updated
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.
Last updated
Open the remix IDE in your browser. Remix - Ethereum IDE
Copy your contracts on remix IDE.
Select and compile your contract which needs to be verified and published. (choose correct version of solidity compiler)
Go to Sourcify section on IDE (Last item on the left navigation bar).
Open Verifier dropdown, select chain (gather mainnet / gather testnet). Then select the compiled contract and enter contract address on the selected network.
Click on verify button and wait for contract to be verified.
Once verified you can also go to contract lookup section enter chain and contract address of your verified contract to check your verified contract.
Now you can go to gather explorer (gather-mainnet / gather-testnet) and check you contracts, it should be verified and now should be able to read or write your contract from the explorer.