# @nomicfoundation/hardhat-toolbox

> Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)

Latest version **7.0.0** (published 2026-02-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nomicfoundation/hardhat-toolbox
pnpm add @nomicfoundation/hardhat-toolbox
yarn add @nomicfoundation/hardhat-toolbox
bun add @nomicfoundation/hardhat-toolbox
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: no vulnerabilities; has provenance; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2026-02-26 |
| First published | 2022-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 8507 |
| Author | Nomic Foundation |
| Keywords | ethereum, smart-contracts, hardhat, hardhat-plugin, hardhat-ethers |

## Links

- npm: https://www.npmjs.com/package/@nomicfoundation/hardhat-toolbox
- Repository: https://github.com/NomicFoundation/hardhat
- Homepage: https://github.com/nomicfoundation/hardhat/tree/deprecated-versions/packages/hardhat-toolbox
- Issues: https://github.com/NomicFoundation/hardhat/issues
- npm.io page: https://npm.io/package/@nomicfoundation/hardhat-toolbox

## Recent versions

- 7.0.0 (latest) — 2026-02-26
- 6.1.2 (hh2) — 2025-12-15
- 6.1.1 — 2025-10-29
- 6.1.0 — 2025-07-17
- 6.0.0 — 2025-06-23
- 5.0.0 — 2024-03-14
- 4.0.0 — 2023-11-15
- 3.0.0 — 2023-06-08
- 2.0.2 — 2023-03-02
- 2.0.1 — 2023-01-11
- 2.0.0 — 2022-09-14
- 1.0.2 — 2022-07-09
- 1.0.1 — 2022-07-07
- 1.0.0 — 2022-07-06
- 1.0.0-beta.2 — 2022-06-17
- … 2 more at https://npm.io/package/@nomicfoundation/hardhat-toolbox/versions

## README

# Hardhat Toolbox

The `@nomicfoundation/hardhat-toolbox` plugin bundles all the commonly used packages and Hardhat plugins we recommend to start developing with Hardhat.

**Version compatibility warning:** This version of the package does not work with Hardhat 2 nor 3. Please read below to migrate to Hardhat 3 or install a version compatible with Hardhat 2.

### Installation

#### Hardhat 3

To learn how to migrate to Hardhat 3, please read the [migration guide](https://hardhat.org/migrate-from-hardhat2).

#### Hardhat 2

To use this package with Hardhat 2, please install the `hh2` tag with npm or your package manager of choice:

```bash
npm install --save-dev "@nomicfoundation/hardhat-toolbox@hh2"
```

---
_Source: https://npm.io/package/@nomicfoundation/hardhat-toolbox · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
