- Notifications
You must be signed in to change notification settings - Fork1.5k
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
License
NomicFoundation/hardhat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 a smart contract. Check out theplugin list to use it with your existing tools.
Built by theNomic Foundation for the Ethereum community.
Join ourHardhat Support Discord server to stay up to date on new releases, plugins and tutorials.
💡The Nomic Foundation is hiring! Checkour open positions.
To install Hardhat, go to an empty folder, initialize annpm
project (i.e.npm init
), and run
npm install --save-dev hardhat
Once it's installed, just run this command and follow its instructions:
npx hardhat init
OnHardhat's website you will find:
Contributions are always welcome! Feel free to open any issue or send a pull request.
Go toCONTRIBUTING.md to learn about how to set up Hardhat's development environment.
Hardhat Support Discord server: for questions and feedback.
👷♀️👷♂️👷♀️👷♂️👷♀️👷♂️👷♀️👷♂️👷♀️👷♂️👷♀️👷♂️👷♀️👷♂️
About
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.