https://github.com/nomicfoundation/hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://github.com/nomicfoundation/hardhat
blockchain dapps debugging ethereum javascript smart-contracts solidity task-runner tooling typescript
Last synced: 20 days ago
JSON representation
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
- Host: GitHub
- URL: https://github.com/nomicfoundation/hardhat
- Owner: NomicFoundation
- License: other
- Created: 2018-04-14T22:20:59.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T14:46:43.000Z (9 months ago)
- Last Synced: 2025-05-12T15:38:48.587Z (9 months ago)
- Topics: blockchain, dapps, debugging, ethereum, javascript, smart-contracts, solidity, task-runner, tooling, typescript
- Language: TypeScript
- Homepage: https://hardhat.org
- Size: 251 MB
- Stars: 7,693
- Watchers: 75
- Forks: 1,549
- Open Issues: 592
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

Hardhat is an Ethereum development environment for professionals. It facilitates performing frequent tasks, such as running tests, automatically checking code for mistakes or interacting with smart contracts.
Built by the [Nomic Foundation](https://nomic.foundation/) for the Ethereum community.
---
> 💡 This is the README for Hardhat 3, the new major version of Hardhat. For the previous version (v2), see [this branch](https://github.com/NomicFoundation/hardhat/tree/v2) instead.
---
## Getting started
To install Hardhat and initialize a new project, run the following command in an empty directory:
```bash
npx hardhat --init
```
This will take you through an interactive setup process to get started.
## Learn more
To learn more about Hardhat, check out the [documentation](https://hardhat.org/docs/).
## Contributing
Contributions are always welcome! Feel free to open any issue or send a pull request.
Go to [CONTRIBUTING.md](https://github.com/NomicFoundation/hardhat/blob/main/CONTRIBUTING.md) to learn about how to set up Hardhat's development environment.