From 18c3073e3c20c9def0cd35180c02eaef173bda62 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:43:56 +0100 Subject: [PATCH 1/4] Add Envio to Indexers --- src/pages/tools/indexers.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/tools/indexers.mdx b/src/pages/tools/indexers.mdx index 01b363ba..1ed9cef1 100644 --- a/src/pages/tools/indexers.mdx +++ b/src/pages/tools/indexers.mdx @@ -1,5 +1,13 @@ # Indexers +## [Envio](https://docs.envio.dev/docs/HyperIndex/overview?utm_source=ink&utm_medium=partner-docs) + +Envio is a high-performance indexing framework that turns Ink smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. + +**Supported Networks** + +* Ink Mainnet + ## [Goldsky](https://docs.goldsky.com/chains/ink) Goldsky is a high-performance data indexing provider for Ink that makes it easy to extract, transform, and load on-chain data to power both application and analytics use cases. Goldsky offers two primary approaches to indexing and accessing blockchain data: Subgraphs (high-performance subgraphs) and Mirror (real-time data replication pipelines). From 36727abbbe426b34ce65c37cc63164b0e187693e Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:25 +0100 Subject: [PATCH 2/4] Add Envio benchmarking resource link --- src/pages/tools/indexers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/indexers.mdx b/src/pages/tools/indexers.mdx index 1ed9cef1..6bd65a36 100644 --- a/src/pages/tools/indexers.mdx +++ b/src/pages/tools/indexers.mdx @@ -2,7 +2,7 @@ ## [Envio](https://docs.envio.dev/docs/HyperIndex/overview?utm_source=ink&utm_medium=partner-docs) -Envio is a high-performance indexing framework that turns Ink smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. +Envio is a high-performance indexing framework that turns Ink smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=ink&utm_medium=partner-docs). **Supported Networks** From 749ce8e27e8e165d4a7eae55a5c6f502558232fa Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:34:39 +0100 Subject: [PATCH 3/4] Update Envio lead description --- src/pages/tools/indexers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/indexers.mdx b/src/pages/tools/indexers.mdx index 6bd65a36..13f91ed6 100644 --- a/src/pages/tools/indexers.mdx +++ b/src/pages/tools/indexers.mdx @@ -2,7 +2,7 @@ ## [Envio](https://docs.envio.dev/docs/HyperIndex/overview?utm_source=ink&utm_medium=partner-docs) -Envio is a high-performance indexing framework that turns Ink smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=ink&utm_medium=partner-docs). +Envio is the data layer for blockchain apps. It gives Ink 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. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=ink&utm_medium=partner-docs). **Supported Networks** From 2d661e4e670934215dbddc9aefe967ca7a28c0f5 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:09:53 +0100 Subject: [PATCH 4/4] Align Envio entry with page format --- src/pages/tools/indexers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/tools/indexers.mdx b/src/pages/tools/indexers.mdx index 13f91ed6..32878705 100644 --- a/src/pages/tools/indexers.mdx +++ b/src/pages/tools/indexers.mdx @@ -1,8 +1,8 @@ # Indexers -## [Envio](https://docs.envio.dev/docs/HyperIndex/overview?utm_source=ink&utm_medium=partner-docs) +## [Envio](https://envio.dev/?utm_source=ink&utm_medium=partner-docs) -Envio is the data layer for blockchain apps. It gives Ink 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. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=ink&utm_medium=partner-docs). +Envio is the data layer for blockchain apps. It gives Ink 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. On Ink, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write handlers in TypeScript, JavaScript, or ReScript, and deploy to Envio Cloud or self-host. **Supported Networks**