@nomicfoundation/hardhat-network-helpers
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

npm

Hardhat Network Helpers

Hardhat Network Helpers is a library that provides a set of utility functions to interact with the Hardhat Network. You can read their full documentation here.

Installation

We recommend using npm 7 or later:

npm install --save-dev @nomicfoundation/hardhat-network-helpers

Usage

Import it and use it in any of your files. For example, this Hardhat script mines some blocks and then prints the block number.

const helpers = require("@nomicfoundation/hardhat-network-helpers");

async function main() {
  // mine 100 blocks
  await helpers.mine(100);

  console.log("The current block number is", await helpers.time.latestBlock());
}

main().catch((error) => {
  console.error(error);
  process.exitCode = 1;
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-beta.40beta
1.0.1222,964latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.1222,964
1.0.118,151
1.0.1010,634
1.0.911,840
1.0.85,912
1.0.7866
1.0.6918
1.0.55
1.0.489
1.0.3130
1.0.211
1.0.10
1.0.070
1.0.0-beta.40
1.0.0-beta.30
0.0.11
1.0.0-beta.20
1.0.0-beta.10
1.0.0-beta.00

Package Sidebar

Install

npm i @nomicfoundation/hardhat-network-helpers

Weekly Downloads

61,591

Version

1.0.12

License

MIT

Unpacked Size

114 kB

Total Files

189

Last publish

Collaborators

  • galargh
  • kanej
  • schaable
  • nomic-foundation-publisher
  • fvictorio
  • alcuadrado