From 18b1e17d3400f33573a310fb07849642c6976975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Tue, 19 Mar 2019 12:51:51 +0100 Subject: [PATCH] Add precaution for address --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74558ba6..ffdf2ded 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ NOTE: every time ganache-cli is restarted, the name of the network (dev in this 1. go to moloch-monorepo/packages/moloch 2. run `npm install` 3. run `truffle test test/single.js` +4. Copy `moloch.address` from the output of the test. You'll need it in the next step! **run subgraph** 1. go to moloch-monorepo/packages/moloch-subgraph