111 ethereum hardhat : use task and script

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ndb

    Discontinued ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools

    If you need to access the Hardhat Runtime Environment from another tool which has its own CLI, like jest or ndb, you should write a script. Make sure to import the Hardhat runtime environment explicitly, so it can be run with that tool instead of Hardhat's CLI.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • yargs

    yargs the modern, pirate-themed successor to optimist.

    If you feel Hardhat's parameter handling is falling short of your needs, you should write a script. Just import the Hardhat runtime environment explicitly, use your own argument parsing logic (e.g. using yargs), and run it as a standalone Node.js script.

  • jest

    Delightful JavaScript Testing.

    If you need to access the Hardhat Runtime Environment from another tool which has its own CLI, like jest or ndb, you should write a script. Make sure to import the Hardhat runtime environment explicitly, so it can be run with that tool instead of Hardhat's CLI.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Painless CLI integration testing

    7 projects | dev.to | 10 Jan 2024
  • Dissecting the hell that is Jest setup with ESM and Typescript

    2 projects | dev.to | 31 Dec 2023
  • Cloud Run - TypeScript boilerplate for getting started

    3 projects | dev.to | 1 Dec 2023
  • Using Node.js for Automated Testing with Headless Browsers

    6 projects | dev.to | 11 Sep 2023
  • Should you use jest as a testing library?

    6 projects | dev.to | 27 Jul 2023