Skip to content

Commit

Permalink
alphabetize indexers
Browse files Browse the repository at this point in the history
  • Loading branch information
briwylde08 committed Sep 4, 2024
1 parent da52fd2 commit eeec0e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/tools/developer-tools/data-indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ sidebar_position: 60

To power your applications, a range of data services will be available from data indexers with query interfaces. These indexers will allow you to easily store and retrieve decoded ledger data, contract event emissions, and more. You can focus more energy on making your project successful, and waste less time figuring out precisely how to get the important data from the network.

### [SubQuery](https://subquery.network/)

An open-source data indexer that supports both Stellar and Soroban. SubQuery allows users to build a custom API for their dapp or smart contract and provides clean indexed data to any service. You can index ledgers, transactions, operations, and effects from Stellar and transactions and events from Soroban into your own Postgres database. Read the quick start guide here.

### [Mercury](https://mercurydata.app/)
### [Ankr](https://www.ankr.com/)

A network indexing service that provides a toolkit to help get you started working with Stellar network data.
Also offers RPC and Horizon instances.

### [BlockEden](https://blockeden.xyz/stellar-soroban/)

Expand All @@ -25,9 +21,13 @@ An all-in-one Soroban RPC, indexer GraphQL API, and data analytics web portal.

Mirror and indexer coming soon.

### [Ankr](https://www.ankr.com/)
### [Mercury](https://mercurydata.app/)

Also offers RPC and Horizon instances.
A network indexing service that provides a toolkit to help get you started working with Stellar network data.

### [SubQuery](https://subquery.network/)

An open-source data indexer for Stellar that enables custom API creation for dapps and smart contracts with clean, indexed data. It supports indexing ledgers, transactions, operations, and effects from Stellar, as well as transactions and events from Soroban into a Postgres database.

### [ZettaBlock](https://zettablock.com/)

Expand Down

0 comments on commit eeec0e2

Please sign in to comment.