From ee59f9423da37b84fd1d102934501393687353f8 Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:04:17 -0700 Subject: [PATCH 1/4] Create data-providers.mdx Adding new page for data providers to cover indexers and block explorers --- docs/reference/sdks/data-providers.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/reference/sdks/data-providers.mdx diff --git a/docs/reference/sdks/data-providers.mdx b/docs/reference/sdks/data-providers.mdx new file mode 100644 index 00000000..f7b3b332 --- /dev/null +++ b/docs/reference/sdks/data-providers.mdx @@ -0,0 +1,26 @@ +--- +title: Data Providers +sidebar_position: 8 +--- + +## Data Providers + +To power your application or analytics, ecosystem data providers that can provide a range of services from +Indexers w/ API/Query interfaces for various custom entities and aggregations to decoded ledger data. + +| Provider | Signup / Access | +| :---------------------------------------------------- | --------------------------------------------------- | +| [Subquery](subquery.network) | [Access](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 + +Futurenet and Testnet instances are available with Soroban data (w/ Pubnet coming with launch). + +| Provider | +| :---------------------------------------------------- | +| [StellarExpert](https://stellar.expert) | +| [StellarChain](https://stellarchain.io/) | +| [StellarExplorer](https://steexp.com/) | From f22b3ef3312696c16f384cf29cd011a90b5e9b27 Mon Sep 17 00:00:00 2001 From: jcx120 <91218921+jcx120@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:13:58 -0700 Subject: [PATCH 2/4] Update data-providers.mdx updated explanation text --- docs/reference/sdks/data-providers.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/sdks/data-providers.mdx b/docs/reference/sdks/data-providers.mdx index f7b3b332..32ba4cad 100644 --- a/docs/reference/sdks/data-providers.mdx +++ b/docs/reference/sdks/data-providers.mdx @@ -5,8 +5,7 @@ sidebar_position: 8 ## Data Providers -To power your application or analytics, ecosystem data providers that can provide a range of services from -Indexers w/ API/Query interfaces for various custom entities and aggregations to decoded ledger data. +To power your applications, a range of data services will be available from indexers w/ query interfaces (for building various custom entities and aggregations) to decoded ledger data. | Provider | Signup / Access | | :---------------------------------------------------- | --------------------------------------------------- | From 341cd64a407c2e756bc26a2bb337a9beb30cab13 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 2 Nov 2023 14:00:49 -0500 Subject: [PATCH 3/4] style: fixing some markdown styles and formatting --- docs/reference/sdks/data-providers.mdx | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/reference/sdks/data-providers.mdx b/docs/reference/sdks/data-providers.mdx index 32ba4cad..02ec8760 100644 --- a/docs/reference/sdks/data-providers.mdx +++ b/docs/reference/sdks/data-providers.mdx @@ -1,25 +1,25 @@ --- -title: Data Providers +title: Data Providers sidebar_position: 8 --- ## Data Providers -To power your applications, a range of data services will be available from indexers w/ query interfaces (for building various custom entities and aggregations) to decoded ledger data. +To power your applications, a range of data services will be available from indexers w/ query interfaces (for building various custom entities and aggregations) to decoded ledger data. -| Provider | Signup / Access | -| :---------------------------------------------------- | --------------------------------------------------- | -| [Subquery](subquery.network) | [Access](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] | +| Provider | Signup / Access | +| :---------------------------------- | ----------------------------------------------- | +| [Subquery](subquery.network) | [Access](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 -Futurenet and Testnet instances are available with Soroban data (w/ Pubnet coming with launch). +Futurenet and Testnet instances are available with Soroban data (w/ Pubnet coming with launch). -| Provider | -| :---------------------------------------------------- | -| [StellarExpert](https://stellar.expert) | -| [StellarChain](https://stellarchain.io/) | -| [StellarExplorer](https://steexp.com/) | +| Provider | +| :--------------------------------------- | +| [StellarExpert](https://stellar.expert) | +| [StellarChain](https://stellarchain.io/) | +| [StellarExplorer](https://steexp.com/) | From 8ac30880528f0a5d4e53d07d9019d2d191781e2f Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 2 Nov 2023 14:25:27 -0500 Subject: [PATCH 4/4] Adding some more verbose descriptions and links --- docs/reference/sdks/data-providers.mdx | 30 ++++++++++++++------------ 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/reference/sdks/data-providers.mdx b/docs/reference/sdks/data-providers.mdx index 02ec8760..33fb2a21 100644 --- a/docs/reference/sdks/data-providers.mdx +++ b/docs/reference/sdks/data-providers.mdx @@ -3,23 +3,25 @@ title: Data Providers sidebar_position: 8 --- -## Data Providers +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. -To power your applications, a range of data services will be available from indexers w/ query interfaces (for building various custom entities and aggregations) to decoded ledger data. +## Data Indexers -| Provider | Signup / Access | -| :---------------------------------- | ----------------------------------------------- | -| [Subquery](subquery.network) | [Access](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] | +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 -Futurenet and Testnet instances are available with Soroban data (w/ Pubnet coming with launch). +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 | -| :--------------------------------------- | -| [StellarExpert](https://stellar.expert) | -| [StellarChain](https://stellarchain.io/) | -| [StellarExplorer](https://steexp.com/) | +| 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/) |