From a084253923a8cb6dcb95735e50c7452aacd10f31 Mon Sep 17 00:00:00 2001 From: sq-ext Date: Thu, 26 Jun 2025 12:51:57 +0000 Subject: [PATCH] Featuring SubQuery --- docs/Dev-Guide/indexers.md | 30 ++++++++++++++++++++++++++++++ sidebars.ts | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 docs/Dev-Guide/indexers.md diff --git a/docs/Dev-Guide/indexers.md b/docs/Dev-Guide/indexers.md new file mode 100644 index 0000000000..156b357919 --- /dev/null +++ b/docs/Dev-Guide/indexers.md @@ -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 `start@subquery.network` + +## 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. \ No newline at end of file diff --git a/sidebars.ts b/sidebars.ts index 0e97c97665..a66544b2c2 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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",