Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Update Lesson_2_Get_Local_Env_Running.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamilton0390 authored Sep 27, 2021
1 parent 3c531e4 commit cd620ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NFT_Collection/Section_2/Lesson_2_Get_Local_Env_Running.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ npm init -y
npm install --save-dev hardhat
```


🔨 Get sample project working
---------------------------

Expand All @@ -39,6 +40,8 @@ Cool, now we should have hardhat. Let's get a sample project going.
npx hardhat
```

*Note: If you're on Windows using Git Bash to install hardhat, you may run into an error at this step (HH1). You can try using Windows CMD to perform the HardHat install if you run into trouble. Additional info can be found [here](https://github.com/nomiclabs/hardhat/issues/1400#issuecomment-824097242)*

Choose the option to create a sample project. Say yes to everything.

The sample project will ask you to install `hardhat-waffle` and `hardhat-ethers`. These are other goodies we'll use later.
Expand Down Expand Up @@ -79,4 +82,4 @@ Once you're done exploring, let's head to the next section and start our own NFT

🚨 Progress report!
-------------------
Post a screenshot of your terminal with the output of `sample-script.js` in #progress :).
Post a screenshot of your terminal with the output of `sample-script.js` in #progress :).

0 comments on commit cd620ea

Please sign in to comment.