From 3e8fbc87e6ee284e46c113f31964e82ff105934c Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 09:43:53 +0100 Subject: [PATCH 1/3] Add Envio to Indexers --- pages/fraxtal/tools/indexers.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pages/fraxtal/tools/indexers.mdx b/pages/fraxtal/tools/indexers.mdx index bf58e8a..5f7a680 100644 --- a/pages/fraxtal/tools/indexers.mdx +++ b/pages/fraxtal/tools/indexers.mdx @@ -4,6 +4,28 @@ lang: en-US --- # Indexers +## Envio + +[Envio](https://envio.dev/?utm_source=fraxtal&utm_medium=partner-docs) is a high-performance indexing framework that turns Fraxtal smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Fraxtal, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. + +
+ Quick Start +### Getting started +*You can find the full documentation [here](https://docs.envio.dev/docs/HyperIndex/overview?utm_source=fraxtal&utm_medium=partner-docs).* + +1. Auto-generate an indexer from any verified contract: + +```bash +$ pnpx envio init +``` + +2. Write your event handlers in TypeScript, JavaScript, or ReScript, covering real-time and historical data with reorg support. + +3. Deploy to [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=fraxtal&utm_medium=partner-docs) for fully managed hosting, or self-host. + +Fraxtal is available on HyperSync at `https://fraxtal.hypersync.xyz`. Follow the [quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=fraxtal&utm_medium=partner-docs) to get running, and see the [supported networks](https://docs.envio.dev/docs/HyperIndex/supported-networks?utm_source=fraxtal&utm_medium=partner-docs) list for details. +
+ ## Goldsky [Goldsky](https://goldsky.com/) is a high-performance data indexing provider for Fraxtal that makes it easy to extract, transform, and load on-chain data to power both application and analytics use cases. From f634f659c63c6ba5e923c2ead152508c159d82ce 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/3] Add Envio benchmarks resource link --- pages/fraxtal/tools/indexers.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/fraxtal/tools/indexers.mdx b/pages/fraxtal/tools/indexers.mdx index 5f7a680..c4ead49 100644 --- a/pages/fraxtal/tools/indexers.mdx +++ b/pages/fraxtal/tools/indexers.mdx @@ -24,6 +24,8 @@ $ pnpx envio init 3. Deploy to [Envio Cloud](https://docs.envio.dev/docs/HyperIndex/hosted-service?utm_source=fraxtal&utm_medium=partner-docs) for fully managed hosting, or self-host. Fraxtal is available on HyperSync at `https://fraxtal.hypersync.xyz`. Follow the [quickstart](https://docs.envio.dev/docs/HyperIndex/quickstart?utm_source=fraxtal&utm_medium=partner-docs) to get running, and see the [supported networks](https://docs.envio.dev/docs/HyperIndex/supported-networks?utm_source=fraxtal&utm_medium=partner-docs) list for details. + +See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=fraxtal&utm_medium=partner-docs). ## Goldsky From fe45a2eb9472292bc77b6430c59ee0cdbe1a7c65 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:33:59 +0100 Subject: [PATCH 3/3] Update Envio lead description --- pages/fraxtal/tools/indexers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/fraxtal/tools/indexers.mdx b/pages/fraxtal/tools/indexers.mdx index c4ead49..bceb81f 100644 --- a/pages/fraxtal/tools/indexers.mdx +++ b/pages/fraxtal/tools/indexers.mdx @@ -6,7 +6,7 @@ lang: en-US # Indexers ## Envio -[Envio](https://envio.dev/?utm_source=fraxtal&utm_medium=partner-docs) is a high-performance indexing framework that turns Fraxtal smart contract events into a queryable GraphQL API, with managed hosting on Envio Cloud. On Fraxtal, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC. +[Envio](https://envio.dev/?utm_source=fraxtal&utm_medium=partner-docs) is the data layer for blockchain apps. It gives Fraxtal 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 Fraxtal, HyperIndex is powered by HyperSync for historical syncs up to 2000x faster than traditional RPC.
Quick Start