This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
5c6f22d
commit 2657eb0
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | |