Skip to content

Commit

Permalink
Update SubQuery docs (w3f#4501)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Feb 22, 2023
1 parent 7261549 commit edf2e8c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/build/build-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ out-of-the-box, and can be further extended with custom GraphQL resolvers.

### SubQuery

[SubQuery](https://subquery.network/) is an indexer that allows for the indexing, transforming, and
querying of Substrate chain data to power applications. The decentralized network acts as a
chain-agnostic data aggregation, indexing, and querying layer between blockchains and applications.
[SubQuery](https://subquery.network/) is a fast, flexible, and reliable open-source data indexer that provides you with custom APIs for your Substrate/Polkadot project. We build the best, fully-featured indexer, so you don’t have to, with:
- automatic support for any Substrate network
- support for all Polkadot smart contract frameworks (FrontierEVM, Acala EVM+, and Wasm)
- automated historical state tracking to enable faster partial re-indexing
- a lightweight and portable design that doesn't require centralised archives
- full support for GraphQL filtering, pagination, interfaces, subscriptions, and aggregations
- a future decentralized network acts as chain-agnostic data aggregation, indexing, and querying layer between blockchains and applications that will not require centralised services.

To start building, head to the [SubQuery documentation](https://academy.subquery.network/) where you'll find quick start guides and walkthrough developer tutorials.

SubQuery abstracts away blockchain-specific data idiosyncrasies using the
[SubQuery SDK](https://github.com/subquery/subql).

### Web3Go

Expand Down

0 comments on commit edf2e8c

Please sign in to comment.