hardhat-depver
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

hardhat-depver Plugin

A handy hardhat plugin to deploy and verify source code via command-line

Hardhat plugin example.

What

<A longer, one paragraph, description of the plugin>

This plugin will help you with world domination by implementing a simple tic-tac-toe in the terminal.

Installation

npm install hardhat-depver

Import the plugin in your hardhat.config.js:

require("hardhat-depver");

Or if you are using TypeScript, in your hardhat.config.ts:

import "hardhat-depver";

Required plugins

  • @nomiclabs/hardhat-ethers

Tasks

This plugin adds the depver task to Hardhat:

output of `npx hardhat help depver`

Usage:

npx hardhat depver --network goerli --signer-index 2 --contract-name <ContractName>

Configuration

See configurating hardhat-etherscan

Usage

npx hardhat depver --network goerli --signer-index 2 --contract-name <ContractName>

Examples

See a few examples in ERCRef

/hardhat-depver/

    Package Sidebar

    Install

    npm i hardhat-depver

    Weekly Downloads

    2

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    18.5 kB

    Total Files

    29

    Last publish

    Collaborators

    • xinbenlv