From 0cbdecaa58d74c0b4ac10d53db1b196783fa632d Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:44:56 +0100 Subject: [PATCH 1/3] Add Envio to Data indexers --- docs/tools/data-indexers.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tools/data-indexers.md b/docs/tools/data-indexers.md index c4cf317d..fe9957ee 100644 --- a/docs/tools/data-indexers.md +++ b/docs/tools/data-indexers.md @@ -12,6 +12,14 @@ Several Etherlink-compatible indexers are listed below. For more information about indexers on Tezos, see [Indexers](https://docs.tezos.com/developing/information/indexers) on docs.tezos.com. +## Envio + +[Envio](https://envio.dev/?utm_source=etherlink&utm_medium=partner-docs) is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. Envio supports Etherlink through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. + +You can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and deploy on Envio Cloud or self-host. + +For more information, see the [Envio documentation](https://docs.envio.dev/?utm_source=etherlink&utm_medium=partner-docs) and the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=etherlink&utm_medium=partner-docs). + ## The Graph [The Graph](https://thegraph.com/) is an indexing protocol for organizing blockchain data and making it easily accessible with GraphQL. Etherlink dApps can use GraphQL to query open APIs called subgraphs, to retrieve data that is indexed on the network. From da34f68b69ce86c77a85ec01ca202ce45ab9c59e Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:24 +0100 Subject: [PATCH 2/3] Add Envio benchmarks resource link --- docs/tools/data-indexers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tools/data-indexers.md b/docs/tools/data-indexers.md index fe9957ee..e1872ebf 100644 --- a/docs/tools/data-indexers.md +++ b/docs/tools/data-indexers.md @@ -20,6 +20,8 @@ You can auto-generate an indexer from any verified contract, write event handler For more information, see the [Envio documentation](https://docs.envio.dev/?utm_source=etherlink&utm_medium=partner-docs) and the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=etherlink&utm_medium=partner-docs). +See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=etherlink&utm_medium=partner-docs). + ## The Graph [The Graph](https://thegraph.com/) is an indexing protocol for organizing blockchain data and making it easily accessible with GraphQL. Etherlink dApps can use GraphQL to query open APIs called subgraphs, to retrieve data that is indexed on the network. From d6bb141099a3115e0d824089cf621f901feade0b Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:33:57 +0100 Subject: [PATCH 3/3] Update Envio lead description --- docs/tools/data-indexers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/data-indexers.md b/docs/tools/data-indexers.md index e1872ebf..b9b9a539 100644 --- a/docs/tools/data-indexers.md +++ b/docs/tools/data-indexers.md @@ -14,7 +14,7 @@ For more information about indexers on Tezos, see [Indexers](https://docs.tezos. ## Envio -[Envio](https://envio.dev/?utm_source=etherlink&utm_medium=partner-docs) is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. Envio supports Etherlink through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. +[Envio](https://envio.dev/?utm_source=etherlink&utm_medium=partner-docs) is the data layer for blockchain apps. It gives Etherlink developers the fastest, most flexible way to get real-time and historical onchain data, from a single GraphQL API to raw high-speed access, with managed hosting on Envio Cloud. Envio supports Etherlink through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and deploy on Envio Cloud or self-host.