Skip to content

Commit e0cc9a7

Browse files
committed
adjustments
1 parent 51f76f7 commit e0cc9a7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

website/pages/en/network/developing.mdx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ As a developer, you need important data to build and power your dapps. Querying
1010

1111
On The Graph, you can:
1212

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/).
1414
2. Use GraphQL to query live subgraphs and power dapps.
1515

1616
### What is GraphQL?
1717

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

2020
### Developer Capabilities
2121

@@ -49,7 +49,7 @@ Great subgraphs start with a local development environment and unit tests. Devel
4949

5050
## Deploy to Subgraph Studio
5151

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:
5353

5454
- Use its staging environment to index the deployed subgraph and make it available for review.
5555
- 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
5959
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.
6060

6161
- 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.
6363
- Published subgraphs have associated metadata, which provides other network participants with useful context and information.
6464

65-
## Add Signal for Indexing
65+
## Add Curation Signal for Indexing
6666

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

6969
### What is signal?
7070

@@ -91,10 +91,3 @@ To update your subgraph with bug fixes or new functionalities, initiate a transa
9191
## Deprecating & Transferring Subgraphs
9292

9393
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.
100-
- Burn GRT whenever a subgraph is updated.

0 commit comments

Comments
 (0)