Skip to content

Commit 9df050e

Browse files
authored
Update and rename README.md~64ba9d80dc5d99bc8803d3cb6d6a9d5f8928e0c5 to README.md (NomicFoundation#2038)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
1 parent 34bd9d0 commit 9df050e

File tree

2 files changed

+55
-31
lines changed

2 files changed

+55
-31
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
![](https://user-images.githubusercontent.com/176499/96893278-ebc67580-1460-11eb-9530-d5df3a3d65d0.png) [![NPM Package](https://img.shields.io/npm/v/hardhat.svg?style=flat-square)](https://www.npmjs.org/package/hardhat) [![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/NomicFoundation/hardhat/badge)](https://www.gitpoap.io/gh/NomicFoundation/hardhat)
2+
3+
---
4+
5+
> **🚀 Hardhat 3 alpha release is out! [Learn more.](https://hardhat.org/hardhat3-alpha)**
6+
7+
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 the [plugin list](https://hardhat.org/plugins/) to use it with your existing tools.
8+
9+
Built by the [Nomic Foundation](https://nomic.foundation/) for the Ethereum community.
10+
11+
Join our [Hardhat Support Discord server](https://hardhat.org/discord) to stay up to date on new releases, plugins and tutorials.
12+
13+
---
14+
15+
> 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs?utm_source=myALpQnzlM).**
16+
17+
---
18+
19+
## Installation
20+
21+
To install Hardhat, go to an empty folder, initialize an `npm` project (i.e. `npm init`), and run
22+
23+
```
24+
npm install --save-dev hardhat
25+
```
26+
27+
Once it's installed, just run this command and follow its instructions:
28+
29+
```
30+
npx hardhat init
31+
```
32+
33+
## Documentation
34+
35+
On [Hardhat's website](https://hardhat.org) you will find:
36+
37+
- [Guides to get started](https://hardhat.org/getting-started/)
38+
- [Hardhat Network](https://hardhat.org/hardhat-network/)
39+
- [Plugin list](https://hardhat.org/plugins/)
40+
41+
## Contributing
42+
43+
Contributions are always welcome! Feel free to open any issue or send a pull request.
44+
45+
Go to [CONTRIBUTING.md](https://github.com/NomicFoundation/hardhat/blob/main/CONTRIBUTING.md) to learn about how to set up Hardhat's development environment.
46+
47+
## Feedback, help and news
48+
49+
[Hardhat Support Discord server](https://hardhat.org/discord): for questions and feedback.
50+
51+
[Follow Hardhat on Twitter.](https://twitter.com/HardhatHQ)
52+
53+
## Happy building!
54+
55+
👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️👷‍♀️👷‍♂️

README.md~64ba9d80dc5d99bc8803d3cb6d6a9d5f8928e0c5

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)