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
Copy file name to clipboardExpand all lines: website/pages/en/network/developing.mdx
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ As a developer, you need important data to build and power your dapps. Querying
10
10
11
11
On The Graph, you can:
12
12
13
-
1. Create, deploy and publish subgraphs to The Graph using Graph CLI and [Subgraph Studio](https://thegraph.com/studio/).
13
+
1. Create, deploy, and publish subgraphs to The Graph using Graph CLI and [Subgraph Studio](https://thegraph.com/studio/).
14
14
2. Use GraphQL to query live subgraphs and power dapps.
15
15
16
16
### What is GraphQL?
17
17
18
-
-[GraphQL](/querying/graphql-api/)is the query language for APIs and a runtime for executing those queries with your existing data. The Graph uses GraphQL to query subgraphs.
18
+
-[GraphQL](https://graphql.org/learn/)is the query language for APIs and a runtime for executing those queries with your existing data. The Graph uses GraphQL to query subgraphs.
19
19
20
20
### Developer Capabilities
21
21
@@ -49,7 +49,7 @@ Great subgraphs start with a local development environment and unit tests. Devel
49
49
50
50
## Deploy to Subgraph Studio
51
51
52
-
Once defined, a subgraph can be deployed to [Subgraph Studio](/deploying/deploying-a-subgraph-to-studio/). In Subgraph Studio, you can do the following:
52
+
Once defined, a subgraph can be [deployed to Subgraph Studio](/deploying/deploying-a-subgraph-to-studio/). In Subgraph Studio, you can do the following:
53
53
54
54
- Use its staging environment to index the deployed subgraph and make it available for review.
55
55
- Verify that your subgraph doesn't have any indexing errors and works as expected.
@@ -59,12 +59,12 @@ Once defined, a subgraph can be deployed to [Subgraph Studio](/deploying/deployi
59
59
When you are happy with your subgraph, you can put it into production and [publish it](/publishing/publishing-a-subgraph/) to The Graph Network. This ensures Indexers can index it.
60
60
61
61
- This is an on-chain action, which registers the subgraph and makes it discoverable by Indexers.
62
-
- Published subgraphs have a corresponding NFT, which defines the ownership of the subgraph. You can [transfer the subgraph's ownership](/managing/transfer-and-deprecate-a-subgraph) by sending the NFT.
62
+
- Published subgraphs have a corresponding NFT, which defines the ownership of the subgraph. You can [transfer the subgraph's ownership](/managing/transfer-and-deprecate-a-subgraph/) by sending the NFT.
63
63
- Published subgraphs have associated metadata, which provides other network participants with useful context and information.
64
64
65
-
## Add Signal for Indexing
65
+
## Add Curation Signal for Indexing
66
66
67
-
Published subgraphs are unlikely to be picked up by Indexers without signal. To encourage indexing you should add signal to your subgraph. Learn more about signaling and [curating](/network/curating/) on The Graph.
67
+
Published subgraphs are unlikely to be picked up by Indexers without curation signal. To encourage indexing you should add signal to your subgraph. Learn more about signaling and [curating](/network/curating/) on The Graph.
68
68
69
69
### What is signal?
70
70
@@ -91,10 +91,3 @@ To update your subgraph with bug fixes or new functionalities, initiate a transa
91
91
## Deprecating & Transferring Subgraphs
92
92
93
93
If you no longer need a published subgraph, you can deprecate or transfer a subgraph. Deprecating a subgraph returns any signaled GRT to [Curators](/network/curating/). To deprecate or transfer a subgraph, check out [this guide](/managing/transfer-and-deprecate-a-subgraph/#deprecating-a-subgraph).
94
-
95
-
## Network Economics
96
-
97
-
As a developer, you can do any of the following:
98
-
99
-
- Lock up GRT to encourage indexing and querying subgraphs.
0 commit comments