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

Create data-providers.mdx #629

Merged
merged 4 commits into from
Nov 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
ElliotFriend marked this conversation as resolved.
Show resolved Hide resolved
| [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/) |