Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes committed Sep 15, 2021
1 parent 3f88fc7 commit ee1684a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Start ganache with `ganache-cli --host 0.0.0.0 --port 7545 --networkId 1337 --bl
[the graph]: https://thegraph.com/docs/quick-start#1.-set-up-ganache-cli

In a new terminal window, `npm run deploy:ganache` and copy the `DaoFactory` contract address and block number into the respective `address` and `startBlock` (important: make sure the block number starts from 1 previous block, for example, if the block number is 19 add 18 as the `startBlock`) for the `DaoFactory` source in `subgraph/subgraph.yaml`.
In a new terminal window, `npm run deploy:ganache` and copy the `DaoFactory` contract address and block number into the respective `address` and `startBlock` (important: make sure the block number starts from 1 previous block, for example, if the block number is 19 add 18 as the `startBlock`) for the `DaoFactory` source in `subgraph.yaml`.

Then, `cd docker/` and `docker-compose up`.

Expand Down

0 comments on commit ee1684a

Please sign in to comment.