Skip to content

5ire-tech/verify-contract-example

 
 

Repository files navigation

How to verify evm contract on 5ireChain

Step 1: Compile the contract

npx hardhat compile

Step 2: Deploy contract on 5ireChain

Deploy on testnet

npx hardhat run --network thunder scripts/deploy.js

Deploy on mainnet

npx hardhat run --network mainnet scripts/deploy.js

Step 3: Verify contract on 5ireChain

Verify contract on testnet

npx hardhat verify <contractAddress> --network thunder

Verify contract on mainnet

npx hardhat verify <contractAddress> --network mainnet

About

Verification Contract Example on 5ireChain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.3%
  • Solidity 7.9%
  • JavaScript 7.8%