New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

blevinstein-hardhat-tools

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blevinstein-hardhat-tools

Useful hardhat tasks for managing contracts.

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

Hardhat Tools

Setup

Add to your project using your preferred package manager:

npm install blevinstein-hardhat-tools
# OR
yarn add blevinstein-hardhat-tools

Then add to your hardhat.config.js file:

require('blevinstein-hardhat-tools');

Tasks

  • get-impl: Get the impl address of a deployed proxy.
  • gen-mnemonic: Create a new wallet mnemonic.
  • list-addresses: Output a list of addresses associated with a known or randomly generated mnemonic.
  • sha3: Output the sha3/keccak256 hash of an input string.
  • call: Calls a method on a deployed contract.
  • deploy: Deploys a new contract, or upgrades the implementation of an already deployed upgradeable contract.
  • grant: Grants or revokes a role on an AccessControl contract.
  • transfer-ownership: Transfers or renounces ownership of an Ownable contract.

FAQs

Package last updated on 02 Oct 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