blevinstein-hardhat-tools

1.0.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i blevinstein-hardhat-tools

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

12.4 kB

Total Files

5

Last publish

Collaborators

  • blevinstein