Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap authored Dec 11, 2021
1 parent 5a61cef commit 4dea74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The project comes stock with a sample contract (the Greeter contract generated b
First let's compile and deploy the simple Greet contract:

```shell
npm install
npx hardhat compile
npx hardhat node
npx hardhat run --network localhost scripts/deploy.ts
Expand All @@ -35,6 +36,7 @@ Once you've done this, you can start the web app by switching to the `frontend`

```shell
cd frontend
npm install
npm run serve
```

Expand Down

0 comments on commit 4dea74f

Please sign in to comment.