Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Create data-providers.mdx (#629)
Browse files Browse the repository at this point in the history
* Create data-providers.mdx

Adding new page for data providers to cover indexers and block explorers

* Update data-providers.mdx

updated explanation text

* style: fixing some markdown styles and formatting

* Adding some more verbose descriptions and links

---------

Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
jcx120 and ElliotFriend committed Nov 20, 2023
1 parent 5c6f22d commit 2657eb0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/reference/sdks/data-providers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Data Providers
sidebar_position: 8
---

In order for the Stellar network to remain as open and accessible as it has always been, Soroban-related data is available through a number of channels.

## Data Indexers

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.

| Provider | Signup / Access |
| :----------------------------------- | ----------------------------------------------- |
| [Subquery](https://subquery.network) | [Access](https://subquery.network) |
| [Mercury](https://mercurydata.app/) | [Access](https://mercurydata.app/) |
| [BlockEden](https://blockeden.xyz) | [Access](https://blockeden.xyz/stellar-soroban) |
| [GoldSky](https://goldsky.com/) | Mirror and Indexer Coming soon |

## Block Explorers

Block explorers exist to publicly display blockchain data in an easily digestbible way. They can be browsed with an ordinary web browser, and do not require any special developer skills to use. The block explorers available for Soroban index data related to payments, accounts, deployed contracts, transaction history, and more. The following block explorers are available for the Testnet and Futurenet (Mainnet coming with launch).

| Provider | Testnet | Futurenet |
| :--------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------- |
| [StellarExpert](https://stellar.expert) | [Testnet Explorer](https://stellar.expert/explorer/testnet) | n/a |
| [StellarChain](https://stellarchain.io/) | [Testnet Explorer](https://testnet.stellarchain.io/) | [Futurenet Explorer](https://futurenet.stellarchain.io/) |
| [StellarExplorer](https://steexp.com/) | [Testnet Explorer](https://testnet.steexp.com/) | [Futurenet Explorer](https://futurenet.steexp.com/) |

0 comments on commit 2657eb0

Please sign in to comment.