0.0.22 • Published 1 year ago
wookashwackomytest-polkahat-network-helpers v0.0.22
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;
});
0.0.22
1 year ago
0.0.21
1 year ago
0.0.20
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.9
1 year ago
0.0.16
1 year ago
0.0.17
1 year ago
0.0.19
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.3
1 year ago
0.0.4
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago