From 158f884fd7c02854b9679c757022c31f513f1314 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:45:33 +0100 Subject: [PATCH 1/3] Add Envio to data indexing providers --- world-chain/providers/data.mdx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/world-chain/providers/data.mdx b/world-chain/providers/data.mdx index 64078e7..921aeaf 100644 --- a/world-chain/providers/data.mdx +++ b/world-chain/providers/data.mdx @@ -7,6 +7,25 @@ title: "Data Indexing and Analytics" Data indexing solutions and other APIs streamline access to blockchain data, enabling efficient querying and real-time analysis of on-chain events. This is crucial for decentralized applications built on World Chain, as it reduces the cost of processing, and presenting data. APIs also facilitate third-party integration, enhancing developer experiences and expanding the ecosystem with more accessible, decentralized apps (dApps) and services. +## Envio + +[Envio](https://envio.dev/?utm_source=worldchain&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's HyperIndex natively supports indexing any EVM chain out of the box, and World Chain is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. + +You can auto-generate an indexer from any verified contract with `pnpx envio init`, write event handlers in TypeScript, JavaScript, or ReScript, then deploy to Envio Cloud or self-host. The World Chain HyperSync endpoint is `https://worldchain.hypersync.xyz`. + +Envio features: +- GraphQL API generated from your smart contract events +- Event handlers in TypeScript, JavaScript, or ReScript +- Reorg support with real-time and historical data +- Historical backfills at 30,000+ events per second +- Multichain data aggregation across EVM and non-EVM networks + +Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=worldchain&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=worldchain&utm_medium=partner-docs). + +### Supported networks + +- World Chain + ## Allium [Allium](https://allium.so/) is an enterprise blockchain data platform designed to provide accurate, fast, and simple access to blockchain data across over 70 blockchains and more than 1,000 enriched schemas. It offers tools for developers and analysts to build real-time applications and perform cross-chain data exploration with low-latency APIs and customizable workflows. From 464ebbd54e46b02ed4d3efc936330d829c864f11 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:22 +0100 Subject: [PATCH 2/3] Add Envio benchmarking resource link --- world-chain/providers/data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world-chain/providers/data.mdx b/world-chain/providers/data.mdx index 921aeaf..60dbb10 100644 --- a/world-chain/providers/data.mdx +++ b/world-chain/providers/data.mdx @@ -20,7 +20,7 @@ Envio features: - Historical backfills at 30,000+ events per second - Multichain data aggregation across EVM and non-EVM networks -Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=worldchain&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=worldchain&utm_medium=partner-docs). +Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=worldchain&utm_medium=partner-docs) or read the [documentation](https://docs.envio.dev/?utm_source=worldchain&utm_medium=partner-docs). See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=worldchain&utm_medium=partner-docs). ### Supported networks From 519920207345280c326b95cc07e77cb56e1fefa5 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:34:29 +0100 Subject: [PATCH 3/3] Update Envio lead description --- world-chain/providers/data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world-chain/providers/data.mdx b/world-chain/providers/data.mdx index 60dbb10..57a940a 100644 --- a/world-chain/providers/data.mdx +++ b/world-chain/providers/data.mdx @@ -9,7 +9,7 @@ third-party integration, enhancing developer experiences and expanding the ecosy ## Envio -[Envio](https://envio.dev/?utm_source=worldchain&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's HyperIndex natively supports indexing any EVM chain out of the box, and World Chain is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. +[Envio](https://envio.dev/?utm_source=worldchain&utm_medium=partner-docs) is the data layer for blockchain apps. It gives World Chain 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. World Chain is served by HyperSync, Envio's high-performance data engine that is up to 2000x faster than traditional RPC. You can auto-generate an indexer from any verified contract with `pnpx envio init`, write event handlers in TypeScript, JavaScript, or ReScript, then deploy to Envio Cloud or self-host. The World Chain HyperSync endpoint is `https://worldchain.hypersync.xyz`.