Skip to content

Commit 6d3730c

Browse files
Edits
1 parent 24a3e5d commit 6d3730c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

website/pages/en/network/developing.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Developing
33
---
44

5-
To start coding right away and build on The Graph, go to [Developer Quick Start](/quick-start/).
5+
To start coding right away, go to [Developer Quick Start](/quick-start/).
66

77
## Overview
88

9-
As a developer, you need important data to build and power your dapps. Querying and indexing that blockchain data can be challenging, but The Graph provides a solution to this issue.
9+
As a developer, you need data to build and power your dapp. Querying and indexing blockchain data is challenging, but The Graph provides a solution to this issue.
1010

1111
On The Graph, you can:
1212

1313
1. Create, deploy, and publish subgraphs to The Graph using Graph CLI and [Subgraph Studio](https://thegraph.com/studio/).
14-
2. Use GraphQL to query live subgraphs and power dapps.
14+
2. Use GraphQL to query existing subgraphs.
1515

1616
### What is GraphQL?
1717

@@ -45,7 +45,7 @@ Here is a general overview of a subgraph’s lifecycle:
4545

4646
### Build locally
4747

48-
Great subgraphs start with a local development environment and unit tests. Developers use [Graph CLI](https://github.com/graphprotocol/graph-tooling/tree/main/packages/cli), a command-line interface tool for building and deploying subgraphs in The Graph. They can also use [Graph TypeScript](/developing/graph-ts/) and [Matchstick](/developing/unit-testing-framework/) to create robust subgraphs that deploy to The Graph Network.
48+
Great subgraphs start with a local development environment and unit tests. Developers use [Graph CLI](https://github.com/graphprotocol/graph-tooling/tree/main/packages/cli), a command-line interface tool for building and deploying subgraphs on The Graph. They can also use [Graph TypeScript](/developing/graph-ts/) and [Matchstick](/developing/unit-testing-framework/) to create robust subgraphs.
4949

5050
### Deploy to Subgraph Studio
5151

@@ -56,7 +56,7 @@ Once defined, a subgraph can be [deployed to Subgraph Studio](/deploying/deployi
5656

5757
### Publish to the Network
5858

59-
When you're 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.
59+
When you're happy with your subgraph, you can [publish it](/publishing/publishing-a-subgraph/) to The Graph Network.
6060

6161
- This is an on-chain action, which registers the subgraph and makes it discoverable by Indexers.
6262
- 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.
@@ -73,10 +73,9 @@ Published subgraphs are unlikely to be picked up by Indexers without curation si
7373

7474
### Querying & Application Development
7575

76-
Once a subgraph has been processed by Indexers and is ready to [query](/querying/querying-the-graph/), developers can start using their subgraph in their dapps.
76+
Subgraphs on The Graph Network receive 100,000 free queries per month, after which point developers can either [pay for queries with GRT or a credit card](/billing/).
7777

78-
- When a query is made, The Graph Network selects an Indexer who has processed the subgraph to serve that query. Query fees are paid in GRT.
79-
- Developers must generate an API key and fund it with GRT to make queries, which can be done in [Subgraph Studio](https://thegraph.com/studio/).
78+
Learn more about [querying subgraphs](/querying/querying-the-graph/).
8079

8180
### Updating Subgraphs
8281

0 commit comments

Comments
 (0)