We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe761d commit 5754bfdCopy full SHA for 5754bfd
website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx
@@ -103,21 +103,21 @@ e"
103
104
To run a Subgraph:
105
106
-### 1. Navigate to your Subgraph directory:
+### 1. Navigate to your Subgraph directory
107
108
```
109
cd path/to/your-subgraph
110
111
112
-### 2. Start gnd with an Ethereum RPC:
+### 2. Start gnd with an Ethereum RPC
113
114
115
gnd --ethereum-rpc mainnet:http://localhost:<PORT>
116
117
118
This will build and start the Subgraph.
119
120
-### 3. Query your Subgraph at:
+### 3. Query your Subgraph at
121
122
123
http://localhost:8000/subgraphs/name/subgraph-0/
0 commit comments