Skip to content

Commit 7295edf

Browse files
committed
cleaned up & added quickstart link
1 parent 6bcd149 commit 7295edf

File tree

1 file changed

+2
-2
lines changed
  • public/content/developers/docs/data-and-analytics

1 file changed

+2
-2
lines changed

public/content/developers/docs/data-and-analytics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Developers can then process and transform this data to give their users unique i
2424

2525
## The Graph {#the-graph}
2626

27-
The [Graph Network](https://thegraph.com/) is a decentralized indexing protocol for organizing blockchain data. Instead of building and managing off-chain and centralized data stores to aggregate on-chain data, with The Graph, developers can build serverless applications that run entirely on public infrastructure.
27+
The [Graph Network](https://thegraph.com/) is a decentralized indexing protocol for organizing blockchain data. Instead of building and managing off-chain and centralized data stores to aggregate on-chain data, with The Graph, developers can build serverless applications that run entirely on public infrastructure. Follow this [quick-start guide](https://thegraph.com/docs/en/quick-start/) to create, deploy and query a subgraph within 5 minutes.
2828

29-
Using [GraphQL](https://graphql.org/), developers can query any of the curated open APIs, known as sub-graphs, to acquire the necessary information they need to drive their dapp. By querying these indexed sub-graphs, Reports and dapps not only get performance and scalability benefits but also the built in accuracy provided by network consensus. As new improvements and/or sub-graphs are added to the network, your projects can rapidly iterate to take advantage of these enhancements.
29+
Using [GraphQL](https://graphql.org/), developers can query any of the curated open APIs, known as subgraphs, to acquire the necessary information they need to drive their dapp. By querying these indexed subgraphs, Reports and dapps not only get performance and scalability benefits but also the built in accuracy provided by network consensus.
3030

3131
## Client diversity
3232

0 commit comments

Comments
 (0)