Skip to content

Commit

Permalink
GITBOOK-197: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzokafka authored and gitbook-bot committed Jan 19, 2024
1 parent c2a843f commit 307745d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* [Banxa](for-dapp-developers/useful-projects-on-cronos/banxa.md)
* [Caldera](for-dapp-developers/dev-tools-and-integrations/caldera.md)
* [Flair](for-dapp-developers/dev-tools-and-integrations/flair.md)
* [SubQuery](for-dapp-developers/dev-tools-and-integrations/subquery.md)

***

Expand Down
32 changes: 32 additions & 0 deletions for-dapp-developers/dev-tools-and-integrations/subquery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# SubQuery

## SubQuery Indexer

### Introudction

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 Cronos, 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)
* [Cronos Quick Start Guide](https://academy.subquery.network/quickstart/quickstart\_chains/cosmos-cronos.html#cronos-quick-start)
* For technical questions and support reach out to us [[email protected]](mailto:[email protected])

### Getting Started

Take a look at this SubQuery Starter Project that introduces SubQuery's Cronos support by indexing [Cronos](https://github.com/subquery/cosmos-subql-starter/tree/main/Cronos).

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 Cronos 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 Cronos from launch.

0 comments on commit 307745d

Please sign in to comment.