Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/Dev-Guide/indexers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_label: Tools & Resources
hide_table_of_contents: false
sidebar_position: 3
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# SubQuery

SubQuery is a blockchain data indexer that provides developers with fast, flexible, universal, open-source, and decentralized APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralised applications in a faster and more efficient way.

Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across multiple blockchains all within a single project. This allows the creation of feature-rich dashboard analytics and multi-chain block scanners. Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture.

## Useful resources:

- SubQuery Docs: [SubQuery Academy (Documentation)](https://subquery.network/doc/)
- Intro Quick Start Guide: [1. Create a New Project](https://subquery.network/doc/quickstart/quickstart.html)
- [Core Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/Core/core-starter)

For technical questions and support reach out to us `[email protected]`

## Running and Hosting your Core SubQuery APIs

SubQuery is open-source and designed to be easy to run, meaning you have the freedom to run it a variety of ways:

- [Locally on your own computer or on your cloud provider of choice.](https://subquery.network/doc/indexer/run_publish/introduction.html#locally-run-it-yourself)
- [By publishing it to the decentralised SubQuery Network](https://subquery.network/doc/indexer/run_publish/introduction.html#publish-to-the-subquery-network), the most open, performant, reliable, and scalable data service for dApp developers.
- [Leveraging a centralised hosting partner in the SubQuery community](https://subquery.network/doc/indexer/run_publish/introduction.html#other-hosting-providers-in-the-subquery-community), like OnFinality or Traceye.
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const sidebars: SidebarsConfig = {
type: "category",
collapsed: true,
label: "Dev Tools",
items: ["Dev-Guide/core-faucet", "Dev-Guide/core-explorer"],
items: ["Dev-Guide/core-faucet", "Dev-Guide/core-explorer", "Dev-Guide/indexers"],
},
"Dev-Guide/precompile-addresses",

Expand Down