Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacodes committed Sep 15, 2021
1 parent e90b55c commit 3f88fc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Graph definition for the Tribute DAO Framework
## Installation Setup
## Graph CLI Installation

You need to install Graph CLI with either npm or yarn.

Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Start ganache with `ganache-cli --host 0.0.0.0 --port 7545 --networkId 1337 --bl

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`.

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

This will start IPFS, Postgres and Graph Node in Docker and create persistent
data directories for IPFS and Postgres in `./data/ipfs` and `./data/postgres`. You
Expand Down
53 changes: 0 additions & 53 deletions docker/cloudbuild.yaml

This file was deleted.

0 comments on commit 3f88fc7

Please sign in to comment.