diff --git a/docs/reference/sdks/data-providers.mdx b/docs/reference/sdks/data-providers.mdx new file mode 100644 index 000000000..33fb2a21d --- /dev/null +++ b/docs/reference/sdks/data-providers.mdx @@ -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/) |