1.0.8 • Published 3 years ago

blevinstein-hardhat-tools v1.0.8

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

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.
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago