
Product
Introducing Module Reachability: Focus on the Vulnerabilities That Matter
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
@nomicfoundation/hardhat-network-helpers
Advanced tools
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.
We recommend using npm 7 or later:
npm install --save-dev @nomicfoundation/hardhat-network-helpers
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;
});
FAQs
Hardhat utils for testing
The npm package @nomicfoundation/hardhat-network-helpers receives a total of 47,377 weekly downloads. As such, @nomicfoundation/hardhat-network-helpers popularity was classified as popular.
We found that @nomicfoundation/hardhat-network-helpers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.
Company News
Socket is bringing best-in-class reachability analysis into the platform — cutting false positives, accelerating triage, and cementing our place as the leader in software supply chain security.
Product
Socket is introducing a new way to organize repositories and apply repository-specific security policies.