SaaSHub helps you find the best software and product alternatives Learn more β
Hardhat Alternatives
Similar projects and alternatives to hardhat
-
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
-
-
React
Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)
-
-
-
metamask-extension
:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
-
-
-
-
ethereumbook
Mastering Ethereum: 2nd Edition, by Andreas M. Antonopoulos, Gavin Wood, Carlo Parisi, Alessandro Mazza, NiccolΓ² Pozzolini
-
truffle
Discontinued :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
-
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hardhat discussion
hardhat reviews and mentions
-
Stop Guessing, Start Proving: A Guide to Stateful Fuzzing in Foundry
Hardhat
-
π₯ Ethereum Basics: From Wallets to Smart Contracts
Truffle / Hardhat β Full toolkits for bigger dApps
-
Unlock the Future: 17 Must-Have Resources for Blockchain, Solidity & Web3 Smart Contract Development
Hardhat: The Professional's Choice Hardhat is an Ethereum development environment designed for professionals. It facilitates performing frequent tasks, such as running tests, automatically checking code for mistakes, and interacting with a smart contract. With its extensible plugin system, Hardhat offers unparalleled flexibility and debugging capabilities, including Solidity stack traces. Explore Hardhat
-
Understanding the Basics of Blockchain Development
Hardhat β A flexible Ethereum development tool.
-
5 smart contract projects that can land you a job π πΌ
Hardhat or Truffle development environment
- Open Source Tools for NFT Development on Arbitrum: Pioneering the Future of Digital Assets
-
2025βs Must-Know Tech Stacks
Hardhat
-
Smart Contract Audits: Ensuring Safe Blockchain Migration
4. Hardhat and Truffle
-
Web3 UI For Simple Smart Contract
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
-
Simple Start to Smart Contract Development with Hardhat
Welcome to my post about Smart Contract development! This post is mostly just my notes on how to get a super simple smart contract (self executing program on a blockchain) written, deployed and called. For me it is easier to learn something new by doing. When dealing with blockchains and smart contracts however, that "doing" becomes expensive when you are trying to do something many times for educational purposes. Since every write to a blockchain costs something (on Ethereum Virtual Machine, or EVM, based networks, this cost is referred to as a Gas Fee). To avoid the cost of writing to a real blockchain, we'll use a tool called Hardhat. Hardhat will simulate an EVM network/blockchain for us to play with. When you are ready to actually publish your Smart Contract to a real blockchain, you'll need to either run a node yourself or use a Node Provider like Alchemy.
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Aug 2026
Stats
NomicFoundation/hardhat is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of hardhat is TypeScript.