From 94e3248b93f806d805fe754644cc584e48e083f5 Mon Sep 17 00:00:00 2001 From: James Bayly <46693720+jamesbayly@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:15:31 +0800 Subject: [PATCH 1/2] Add SubQuery --- docs/developer-tools.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/developer-tools.mdx b/docs/developer-tools.mdx index 55d19fc3..c71ec48f 100644 --- a/docs/developer-tools.mdx +++ b/docs/developer-tools.mdx @@ -28,3 +28,7 @@ A simple, powerful framework for building modern Soroban dApps using React. ### [Sorobix](https://sorobix.vercel.app/) An IDE where you can write, deploy, and invoke contracts on the Stellar network using Soroban. + +### [SubQuery](https://subquery.network/) + +A open-source flexible data indexer that supports both Stellar and Soroban. SubQuery makes it easy to build a custom API for your dApp or smart contracts in minutes, providing clean indexed data to any service. You can index ledgers, transactions, operations, and effects from Stellar, and transactions and events from Soroban, into your own Postgres database. Read the [quick start guide here](https://academy.subquery.network/quickstart/quickstart_chains/stellar.html). From 1d9d3c7dded82e907c35656b2af575175a1f2bea Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:15:53 -0600 Subject: [PATCH 2/2] adjusted language a bit for Update developer-tools.mdx --- docs/developer-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-tools.mdx b/docs/developer-tools.mdx index c71ec48f..f76485a1 100644 --- a/docs/developer-tools.mdx +++ b/docs/developer-tools.mdx @@ -31,4 +31,4 @@ An IDE where you can write, deploy, and invoke contracts on the Stellar network ### [SubQuery](https://subquery.network/) -A open-source flexible data indexer that supports both Stellar and Soroban. SubQuery makes it easy to build a custom API for your dApp or smart contracts in minutes, providing clean indexed data to any service. You can index ledgers, transactions, operations, and effects from Stellar, and transactions and events from Soroban, into your own Postgres database. Read the [quick start guide here](https://academy.subquery.network/quickstart/quickstart_chains/stellar.html). +An open-source and flexible data indexer that supports both Stellar and Soroban. SubQuery allows users to build a custom API for their dapp or smart contract in minutes and provides clean indexed data to any service. You can index ledgers, transactions, operations, and effects from Stellar, and transactions and events from Soroban, into your own Postgres database. Read the [quick start guide here](https://academy.subquery.network/quickstart/quickstart_chains/stellar.html).