Blockchain & Web3

Nomic Foundation (Hardhat)

4.58

Non-profit building Hardhat, the most popular Ethereum development environment for compiling, testing, and deploying smart contracts.

Visit Website

The Nomic Foundation is a non-profit organization that builds and maintains Hardhat, the most widely used development environment for Ethereum smart contracts. Originally created as “Buidler” by Franco Zeoli and Patricio Palladino in Argentina, the tool was renamed to Hardhat in 2020 and the Nomic Foundation was established to ensure its long-term sustainability as public infrastructure.

Hardhat provides a local Ethereum development network, a task runner for compiling and testing smart contracts, and a plugin ecosystem that integrates with popular tools like Ethers.js, Waffle, and OpenZeppelin. For most Solidity developers, Hardhat is the starting point of their workflow — it’s where they write, test, and debug smart contracts before deploying to live networks.

One of Hardhat’s standout features is its error messages. Smart contract debugging used to be notoriously painful, with opaque error codes and minimal stack traces. Hardhat Network provides Solidity stack traces and console.log support, making the debugging experience much closer to what traditional software developers expect.

The tool’s plugin architecture has fostered a rich ecosystem. Hardhat plugins handle everything from gas optimization reporting to contract verification on Etherscan. This extensibility means developers can customize their workflow without switching tools.

The Nomic Foundation also develops Rethnet (now called EDR — Ethereum Development Runtime), a Rust-based reimplementation of Hardhat’s core runtime that dramatically improves performance. The foundation is funded by grants from the Ethereum Foundation and other ecosystem participants.

Based in Buenos Aires with a small, focused team, the Nomic Foundation maintains one of the most critical pieces of Ethereum developer tooling. Their work is used by virtually every major Ethereum project, making Hardhat quiet but essential infrastructure for the entire ecosystem.