From d516fd395b16a95e03378208409c2cefa0d98756 Mon Sep 17 00:00:00 2001 From: sq-ext Date: Thu, 26 Jun 2025 11:29:00 +0000 Subject: [PATCH] Featuring SubQuery --- docs/developing/integrate/indexer/subquery.md | 27 +++++++++++++++++++ sidebars.js | 3 ++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/developing/integrate/indexer/subquery.md diff --git a/docs/developing/integrate/indexer/subquery.md b/docs/developing/integrate/indexer/subquery.md new file mode 100644 index 00000000..0c778fdb --- /dev/null +++ b/docs/developing/integrate/indexer/subquery.md @@ -0,0 +1,27 @@ +--- +title: 'SubQuery SDK' +proofedDate: N/A +includedInSite: false +approvedBy: na +description: Provides historical on-chain data, such as event logs, transactions, blocks +--- + +SubQuery is a leading blockchain data indexer offering developers 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) +- [Neon EVM Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/Neon%20EVM/neon-evm-starter) + +For technical questions and support reach out to us `start@subquery.network` + +## Running and Hosting your Neon EVM 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.js b/sidebars.js index ed80af42..a17f7688 100644 --- a/sidebars.js +++ b/sidebars.js @@ -86,7 +86,8 @@ const sidebars = { 'developing/integrate/middleware/the-graph', 'developing/integrate/indexer/flair', 'developing/integrate/indexer/envio', - 'developing/integrate/indexer/subsquid' + 'developing/integrate/indexer/subsquid', + 'developing/integrate/indexer/subquery' ] }, {