diff --git a/content/2.developers/2.developer-tools/6.subquery.md b/content/2.developers/2.developer-tools/6.subquery.md new file mode 100644 index 00000000..16ae6939 --- /dev/null +++ b/content/2.developers/2.developer-tools/6.subquery.md @@ -0,0 +1,35 @@ +--- +objectID: developers_developer-tools_subquery +title: SubQuery Indexer +description: Helps to access comprehensive indexed data, enabling them to construct decentralized applications with greater speed and efficieny. +parentSection: Developers +parentSectionPath: /developers +--- + +# SubQuery Indexer + +## Intro + +SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised 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. SubQuery supports 100+ ecosystems including Archway, Cosmos, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche. + +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, multi-chain block scanners, or projects that index IBC transactions across zones. + +Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our [documentation](https://academy.subquery.network/). + +**Useful resources**: +- SubQuery Docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/) +- Intro Quick Start Guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html) +- [Archway Quick Start Guide](https://academy.subquery.network/quickstart/quickstart_chains/cosmos-archway.html#archway-quick-start) + +## Getting Started + +Take a look at this SubQuery Starter Project that introduces SubQuery's Archway support by indexing [Archway](https://github.com/subquery/cosmos-subql-starter/tree/main/Archway/archway-starter). + +You can also follow along this [step by step guide](https://academy.subquery.network/quickstart/quickstart.html) to get familiar with SubQuery. + +## Running and Hosting your Archway SubQuery APIs + +SubQuery is open-source, meaning you have the freedom to run it in the following three ways: +- Locally on your own computer (or a cloud provider of your choosing), [view the instructions on how to run SubQuery Locally](https://academy.subquery.network/run_publish/run.html). +- You can publish it to SubQuery's enterprise-level [Managed Service](https://managedservice.subquery.network/), where we'll host your SubQuery project in production ready services for mission critical data with zero-downtime blue/green deployments. There even is a generous free tier. [Find out how](https://academy.subquery.network/run_publish/publish.html). +- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Archway from launch. \ No newline at end of file diff --git a/content/2.developers/2.developer-tools/6.FAQs.md b/content/2.developers/2.developer-tools/7.FAQs.md similarity index 100% rename from content/2.developers/2.developer-tools/6.FAQs.md rename to content/2.developers/2.developer-tools/7.FAQs.md diff --git a/content/2.developers/2.developer-tools/7.troubleshooting.md b/content/2.developers/2.developer-tools/8.troubleshooting.md similarity index 100% rename from content/2.developers/2.developer-tools/7.troubleshooting.md rename to content/2.developers/2.developer-tools/8.troubleshooting.md diff --git a/content/2.developers/3.guides/3.my-first-dapp/5.dapp.md b/content/2.developers/3.guides/3.my-first-dapp/5.dapp.md index 06e7cfe2..c708663a 100644 --- a/content/2.developers/3.guides/3.my-first-dapp/5.dapp.md +++ b/content/2.developers/3.guides/3.my-first-dapp/5.dapp.md @@ -163,3 +163,7 @@ const incrementCounter = async () => { ## Clone it and try yourself You will find working examples of dapp frontends for the Increment starter code template in the dapp examples repository. + +## Optimising dApp Functionality with Indexers + +After completing this guide, integrate [SubQuery](../../2.developer-tools/6.subquery.md) for efficient data retrieval and enhanced functionality. This blockchain indexer goes beyond historical data, enabling quick queries, supporting smart contracts, and providing real-time data for applications. Enhance user experiences and unlock the full potential of your dapp across diverse use cases by leveraging these powerful indexers.