Skip to content

Commit 00e87ce

Browse files
authored
Added a line to run yarn deploy, otherwise dapp/abis doesn't get populated (#609)
1 parent 94f3a74 commit 00e87ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ cd contracts
5252

5353
# Install the dependencies - Note your Node version 'Requirements'
5454
yarn install
55+
56+
# Compiles and deploys the contracts (necessary to populate dapp/abis dir, which is needed to run the dapp)
57+
yarn deploy
5558
```
5659

5760
#### Standalone Mode

0 commit comments

Comments
 (0)