Skip to content

Commit

Permalink
Added a line to run yarn deploy, otherwise dapp/abis doesn't get popu…
Browse files Browse the repository at this point in the history
…lated (#609)
  • Loading branch information
edspencer authored Jul 3, 2021
1 parent 94f3a74 commit 00e87ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ cd contracts

# Install the dependencies - Note your Node version 'Requirements'
yarn install

# Compiles and deploys the contracts (necessary to populate dapp/abis dir, which is needed to run the dapp)
yarn deploy
```

#### Standalone Mode
Expand Down

0 comments on commit 00e87ce

Please sign in to comment.