Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions step00_hardhat_helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,29 @@ Create a Project Directory

Make it an npm library:

```
npm init
```

npm install --save-dev hardhat

```
npx hardhat
```

Select to create a basic project from the menu

```
npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers
```

```
npx hardhat compile
```

```
npx hardhat test
```



Expand Down