Skip to content

Hardhat 3 is now in beta, and ready for production use!

Latest
Compare
Choose a tag to compare
@kanej kanej released this 13 Aug 20:30
· 13 commits to main since this release
2d44208

Hardhat 3 is now in beta, and ready for production use!

Changes

Hardhat 3 is a major overhaul with exciting new features:

  • Solidity tests as a first-class testing option
  • Multichain support for today's rollup-centric world
  • Rust-powered runtime for faster execution
  • Revamped build system with full npm compatibility and build profiles
  • Hardhat Ignition for streamlined contract deployments

Hardhat 3 is production-ready and you can migrate today! We'll keep it in beta status as we work on missing features and stabilize it in the near future.

Getting started

To install Hardhat 3, run the following commands in an empty directory:

npm init -y
npm install --save-dev hardhat
npx hardhat --init

This will take you through an interactive setup process to get started using Hardhat 3.

Learn more

To learn more about Hardhat 3, check out the Hardhat 3 documentation.

Feedback and help

If you have any questions, feedback, or need help, join the Hardhat 3 Telegram group.

This is a beta release, and your feedback can make a big difference. Let us know what you think and need!


💡 The Nomic Foundation is hiring! Check our open positions.