From 71ef97a39301abf8712c4b163e2858dbc9014676 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:45:36 +0100 Subject: [PATCH 1/3] Add Envio to Data & Analytics --- src/pages/docs/quickstart/developer-tools.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/docs/quickstart/developer-tools.mdx b/src/pages/docs/quickstart/developer-tools.mdx index 0c111abf..2c58aa81 100644 --- a/src/pages/docs/quickstart/developer-tools.mdx +++ b/src/pages/docs/quickstart/developer-tools.mdx @@ -100,6 +100,12 @@ Get started with the [Squid docs](https://docs.squidrouter.com/) or try the [bri The hosted indexer powers explorer-style reads and supports ClickHouse-backed analytical queries for expensive reads like holder lists and token activity. Try the [interactive TIDX example](/docs/developer-tools/indexer#interactive-tidx-sql-example) or read the [TIDX README](https://github.com/tempoxyz/tidx) to run your own indexer. +### Envio + +[Envio](https://envio.dev/?utm_source=tempo&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 Tempo through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. Developers can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and query indexed data through GraphQL. + +Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=tempo&utm_medium=partner-docs) and deploy on [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=tempo&utm_medium=partner-docs). + ### Allium [Allium](https://www.allium.so) is an enterprise blockchain data platform that delivers real-time, analytics-ready datasets through a unified schema across chains. Developers can fetch wallet, token, and price data in milliseconds without managing infrastructure, decoding raw data, or inferring transactions—making it easy to focus on building Tempo applications. From a0df17b6a8e784245b12428f4489ef209cb283bf Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:16:23 +0100 Subject: [PATCH 2/3] Add Envio benchmarking resource link --- src/pages/docs/quickstart/developer-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/quickstart/developer-tools.mdx b/src/pages/docs/quickstart/developer-tools.mdx index 2c58aa81..039786c3 100644 --- a/src/pages/docs/quickstart/developer-tools.mdx +++ b/src/pages/docs/quickstart/developer-tools.mdx @@ -104,7 +104,7 @@ The hosted indexer powers explorer-style reads and supports ClickHouse-backed an [Envio](https://envio.dev/?utm_source=tempo&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 Tempo through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. Developers can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and query indexed data through GraphQL. -Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=tempo&utm_medium=partner-docs) and deploy on [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=tempo&utm_medium=partner-docs). +Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=tempo&utm_medium=partner-docs) and deploy on [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=tempo&utm_medium=partner-docs). See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=tempo&utm_medium=partner-docs). ### Allium From f1922bef62029d10e85dd9e616bc4d91995c7ad9 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:34:38 +0100 Subject: [PATCH 3/3] Update Envio lead description --- src/pages/docs/quickstart/developer-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/quickstart/developer-tools.mdx b/src/pages/docs/quickstart/developer-tools.mdx index 039786c3..5a066854 100644 --- a/src/pages/docs/quickstart/developer-tools.mdx +++ b/src/pages/docs/quickstart/developer-tools.mdx @@ -102,7 +102,7 @@ The hosted indexer powers explorer-style reads and supports ClickHouse-backed an ### Envio -[Envio](https://envio.dev/?utm_source=tempo&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 Tempo through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. Developers can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and query indexed data through GraphQL. +[Envio](https://envio.dev/?utm_source=tempo&utm_medium=partner-docs) is the data layer for blockchain apps. It gives Tempo 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 Tempo through HyperSync, its data engine that serves as the default data source and syncs historical data up to 2000x faster than traditional RPC. Developers can auto-generate an indexer from any verified contract, write event handlers in TypeScript, JavaScript, or ReScript, and query indexed data through GraphQL. Get started with the [HyperIndex quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=tempo&utm_medium=partner-docs) and deploy on [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=tempo&utm_medium=partner-docs). See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=tempo&utm_medium=partner-docs).