From f2206febfd63654039f1dbeb681d008f3e1a1083 Mon Sep 17 00:00:00 2001 From: James Bayly <46693720+jamesbayly@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:04:03 +0800 Subject: [PATCH] Add SubQuery (#618) * Add SubQuery * adjusted language a bit for Update developer-tools.mdx --------- Co-authored-by: Bri Wylde <92327786+briwylde08@users.noreply.github.com> --- docs/developer-tools.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/developer-tools.mdx b/docs/developer-tools.mdx index 55d19fc3..f76485a1 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/) + +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).