From 00e87ce1472bceedaaa3235e1969d054baf500f4 Mon Sep 17 00:00:00 2001 From: Ed Spencer Date: Fri, 2 Jul 2021 23:07:27 -0400 Subject: [PATCH] Added a line to run yarn deploy, otherwise dapp/abis doesn't get populated (#609) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00215fbe88..1ae2af1762 100644 --- a/README.md +++ b/README.md @@ -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