From debe766439ef26562c100858553180b43cfaf36d Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:45:27 +0100 Subject: [PATCH 1/4] Add Envio to Data Indexers --- tools/data-indexers.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/data-indexers.md b/tools/data-indexers.md index bab2c1e..af3d070 100644 --- a/tools/data-indexers.md +++ b/tools/data-indexers.md @@ -1,5 +1,17 @@ # 🗂️ Data Indexers +## [Envio](https://envio.dev/?utm_source=mode&utm_medium=partner-docs) + +Envio is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. Envio's HyperIndex natively supports indexing any EVM chain out of the box, and Mode is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. + +Auto-generate an indexer from any verified contract with `pnpx envio init`, write event handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. HyperIndex supports reorgs, real-time and historical data, historical backfills at 30,000+ events per second, and multichain data aggregation across EVM and non-EVM networks. + +The Mode HyperSync endpoint is `https://mode.hypersync.xyz`. + +Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=mode&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=mode&utm_medium=partner-docs). + +--- + ## [Goldsky](https://goldsky.com/) Goldsky offers two core self-serve products that can be used independently or in conjunction to power your data stack. Subgraphs that have flexible indexing with typescript, with support for webhooks and more. Then also Mirror which lets you get live blockchain data directly into your database or message queues with a single yaml config.\ From a567ff4879d048f3b9a5b0026857023136afd918 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:27 +0100 Subject: [PATCH 2/4] Add Envio benchmarks resource link --- tools/data-indexers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/data-indexers.md b/tools/data-indexers.md index af3d070..487ed52 100644 --- a/tools/data-indexers.md +++ b/tools/data-indexers.md @@ -10,6 +10,8 @@ The Mode HyperSync endpoint is `https://mode.hypersync.xyz`. Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=mode&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=mode&utm_medium=partner-docs). +See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=mode&utm_medium=partner-docs). + --- ## [Goldsky](https://goldsky.com/) From 4de0e7df1ccbc7056db1aea8d3c5954a66e6653f Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:34:01 +0100 Subject: [PATCH 3/4] Update Envio lead description --- tools/data-indexers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/data-indexers.md b/tools/data-indexers.md index 487ed52..c4def8e 100644 --- a/tools/data-indexers.md +++ b/tools/data-indexers.md @@ -2,7 +2,7 @@ ## [Envio](https://envio.dev/?utm_source=mode&utm_medium=partner-docs) -Envio is a high-performance indexing framework that turns smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. Envio's HyperIndex natively supports indexing any EVM chain out of the box, and Mode is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. +Envio is the data layer for blockchain apps. It gives Mode 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's HyperIndex natively supports indexing any EVM chain out of the box, and Mode is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. Auto-generate an indexer from any verified contract with `pnpx envio init`, write event handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. HyperIndex supports reorgs, real-time and historical data, historical backfills at 30,000+ events per second, and multichain data aggregation across EVM and non-EVM networks. From 364fbf22fcef1cad476234008fab24b9cfa4482c Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:08:15 +0100 Subject: [PATCH 4/4] Match Envio entry to sibling format --- tools/data-indexers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/data-indexers.md b/tools/data-indexers.md index c4def8e..42e72ac 100644 --- a/tools/data-indexers.md +++ b/tools/data-indexers.md @@ -10,8 +10,6 @@ The Mode HyperSync endpoint is `https://mode.hypersync.xyz`. Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=mode&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=mode&utm_medium=partner-docs). -See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=mode&utm_medium=partner-docs). - --- ## [Goldsky](https://goldsky.com/)