New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hardhat-depver

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-depver

Hardhat TypeScript plugin boilerplate

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 18 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc