0.0.3 • Published 3 years ago

hardhat-iotex-verify v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hardhat-iotex-verify

Hardhat plugin for verifying contracts on IoTeX

Hardhat plugin for integration with IotexScout's contract verification service.

What

This plugin helps you verify the source code for your Solidity contracts on IotexScout.

Installation

npm install --save-dev hardhat-iotex-verify

And add the following statement to your hardhat.config.js:

require("hardhat-iotex-verify");

Or, if you are using TypeScript, add this to your hardhat.config.ts:

import "hardhat-iotex-verify";

Usage

npx hardhat iotexscout-verify <address> [--testnet]