You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: packages/subgraph/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
4
4
1. Make sure your local chain is running first and you have ran `yarn deploy`.
5
5
6
-
2. Make sure you are running `graph-node` using docker, for instructions checkout `README.md` in `packages/advanced/services` directory.
6
+
2. Make sure you are running `graph-node` using docker, for instructions checkout `README.md` in `packages/services` directory.
7
7
8
-
3.replace address of `YourContract`in `subgraph.yaml`file with deployed address.
8
+
3.create a `subgraph.yaml` file in `packages/subgraph` directory, refer to `packages/subgraph/src/subgraph.template.yaml`and change `{{localhost_YourContractAddress}}` to deployed `YourContract`address
9
9
10
-
4. Make sure you are at `packages/advanced/subgraph` in you terminal before running the below commands.
10
+
4. Make sure you are at `packages/subgraph` in you terminal before running the below commands.
0 commit comments