From 0260b6f13d27616cf5b2b62a223aac65f5f54dae Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:50:56 +0100 Subject: [PATCH 1/3] Add Envio to indexers --- docs/pages/en/reference/indexers.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pages/en/reference/indexers.mdx b/docs/pages/en/reference/indexers.mdx index 1c58bfa..0847c71 100755 --- a/docs/pages/en/reference/indexers.mdx +++ b/docs/pages/en/reference/indexers.mdx @@ -15,6 +15,7 @@ This page lists current and upcoming indexing providers, along with the capabili | **Provider** | **Category** | **Docs / Get Started** | **Notes** | | :-------------------------------------------------------------------------- | :---------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------- | | [**Stablescan**](https://stablescan.xyz/) | Blockchain Explorer | [https://docs.etherscan.io/introduction](https://docs.etherscan.io/introduction) | Blockchain explorer; transaction, block, and contract visibility. | +| [**Envio**](https://envio.dev/?utm_source=stable&utm_medium=partner-docs) | Indexer | [https://docs.envio.dev/](https://docs.envio.dev/) | Real-time and historical onchain data via a single GraphQL API. | | [**The Graph**](https://thegraph.com/explorer/participants/indexers) | Indexer | [https://thegraph.com/docs/en/developing/creating-a-subgraph/](https://thegraph.com/docs/en/developing/creating-a-subgraph/) | Build, deploy, and query subgraphs using GraphQL. | | [**Goldsky**](https://goldsky.com/) | Indexer | [https://docs.goldsky.com/introduction](https://docs.goldsky.com/introduction) | High-performance indexing and real-time data streaming. | | [**Ormi Labs**](https://ormilabs.com/) | Indexer | [https://docs.ormilabs.com/subgraphs/quickstart](https://docs.ormilabs.com/subgraphs/quickstart) | Next-gen subgraph indexer with real-time data capabilities. | @@ -28,6 +29,22 @@ This page lists current and upcoming indexing providers, along with the capabili Indexers transform raw blockchain data into searchable, queryable formats. They power dashboards, analytics, wallets, block explorers, and application backends. +### Envio + +Envio is the data layer for blockchain apps. It gives Stable 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. + +**Capabilities** + +- Real-time and historical onchain data +- Single GraphQL API with raw high-speed access +- Managed hosting on Envio Cloud + +**Docs** + +Envio's HyperIndex natively supports indexing any EVM chain out of the box, including Stable, using your own RPC as the data source. + +[https://docs.envio.dev/](https://docs.envio.dev/) + ### The Graph Decentralized indexing protocol powering data access for over 75,000 projects. From b2cabd44ebd426e5a90c45fff354c2fb4e46495d Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:50:58 +0100 Subject: [PATCH 2/3] Add Envio to indexers --- docs/pages/cn/reference/indexers.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pages/cn/reference/indexers.mdx b/docs/pages/cn/reference/indexers.mdx index c4961e6..3537996 100644 --- a/docs/pages/cn/reference/indexers.mdx +++ b/docs/pages/cn/reference/indexers.mdx @@ -17,6 +17,7 @@ diataxis: "reference" | **提供商** | **类别** | **文档 / 入门** | **备注** | | :-------------------------------------------------------------------------- | :---------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------- | | [**Stablescan**](https://stablescan.xyz/) | 区块链浏览器 | [https://docs.etherscan.io/introduction](https://docs.etherscan.io/introduction) | 区块链浏览器;交易、区块和合约可视化。 | +| [**Envio**](https://envio.dev/?utm_source=stable&utm_medium=partner-docs) | 索引器 | [https://docs.envio.dev/](https://docs.envio.dev/) | 通过单一 GraphQL API 提供实时和历史链上数据。 | | [**The Graph**](https://thegraph.com/explorer/participants/indexers) | 索引器 | [https://thegraph.com/docs/en/developing/creating-a-subgraph/](https://thegraph.com/docs/en/developing/creating-a-subgraph/) | 使用 GraphQL 构建、部署和查询子图。 | | [**Goldsky**](https://goldsky.com/) | 索引器 | [https://docs.goldsky.com/introduction](https://docs.goldsky.com/introduction) | 高性能索引和实时数据流。 | | [**Ormi Labs**](https://ormilabs.com/) | 索引器 | [https://docs.ormilabs.com/subgraphs/quickstart](https://docs.ormilabs.com/subgraphs/quickstart) | 具备实时数据能力的新一代子图索引器。 | @@ -30,6 +31,22 @@ diataxis: "reference" 索引器将原始区块链数据转换为可搜索、可查询的格式。它们为仪表盘、分析工具、钱包、区块浏览器和应用后端提供支持。 +### Envio + +Envio 是区块链应用的数据层。它为 Stable 开发者提供获取实时和历史链上数据的最快、最灵活的方式,从单一的 GraphQL API 到原始高速访问,并在 Envio Cloud 上提供托管服务。 + +**功能** + +- 实时和历史链上数据 +- 单一 GraphQL API 与原始高速访问 +- Envio Cloud 托管服务 + +**文档** + +Envio 的 HyperIndex 开箱即用地原生支持索引任何 EVM 链(包括 Stable),使用你自己的 RPC 作为数据源。 + +[https://docs.envio.dev/](https://docs.envio.dev/) + ### The Graph 为超过 75,000 个项目提供数据访问支持的去中心化索引协议。 From 0741597d3ef08e5a4f8f52a855c225982d627398 Mon Sep 17 00:00:00 2001 From: Jords <82444671+Jordy-Baby@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:50:59 +0100 Subject: [PATCH 3/3] Add Envio to indexers --- docs/pages/ko/reference/indexers.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pages/ko/reference/indexers.mdx b/docs/pages/ko/reference/indexers.mdx index ff04ed7..edd0bb8 100644 --- a/docs/pages/ko/reference/indexers.mdx +++ b/docs/pages/ko/reference/indexers.mdx @@ -17,6 +17,7 @@ diataxis: "reference" | **제공업체** | **카테고리** | **문서 / 시작하기** | **참고** | | :-------------------------------------------------------------------------- | :---------------------------- | :---------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------- | | [**Stablescan**](https://stablescan.xyz/) | 블록체인 익스플로러 | [https://docs.etherscan.io/introduction](https://docs.etherscan.io/introduction) | 블록체인 익스플로러; 트랜잭션, 블록, 컨트랙트 가시성. | +| [**Envio**](https://envio.dev/?utm_source=stable&utm_medium=partner-docs) | 인덱서 | [https://docs.envio.dev/](https://docs.envio.dev/) | 단일 GraphQL API를 통한 실시간 및 과거 온체인 데이터. | | [**The Graph**](https://thegraph.com/explorer/participants/indexers) | 인덱서 | [https://thegraph.com/docs/en/developing/creating-a-subgraph/](https://thegraph.com/docs/en/developing/creating-a-subgraph/) | GraphQL을 사용해 서브그래프를 구축, 배포, 쿼리합니다. | | [**Goldsky**](https://goldsky.com/) | 인덱서 | [https://docs.goldsky.com/introduction](https://docs.goldsky.com/introduction) | 고성능 인덱싱 및 실시간 데이터 스트리밍. | | [**Ormi Labs**](https://ormilabs.com/) | 인덱서 | [https://docs.ormilabs.com/subgraphs/quickstart](https://docs.ormilabs.com/subgraphs/quickstart) | 실시간 데이터 기능을 갖춘 차세대 서브그래프 인덱서. | @@ -30,6 +31,22 @@ diataxis: "reference" 인덱서는 원시 블록체인 데이터를 검색 가능하고 쿼리 가능한 형식으로 변환합니다. 대시보드, 분석, 지갑, 블록 익스플로러, 애플리케이션 백엔드를 구동합니다. +### Envio + +Envio는 블록체인 앱을 위한 데이터 레이어입니다. 단일 GraphQL API부터 원시 고속 접근까지, Stable 개발자에게 실시간 및 과거 온체인 데이터를 얻는 가장 빠르고 유연한 방법을 제공하며, Envio Cloud에서 관리형 호스팅을 제공합니다. + +**기능** + +- 실시간 및 과거 온체인 데이터 +- 원시 고속 접근을 갖춘 단일 GraphQL API +- Envio Cloud 관리형 호스팅 + +**문서** + +Envio의 HyperIndex는 자체 RPC를 데이터 소스로 사용하여 Stable을 포함한 모든 EVM 체인의 인덱싱을 기본적으로 지원합니다. + +[https://docs.envio.dev/](https://docs.envio.dev/) + ### The Graph 75,000개 이상의 프로젝트에 데이터 접근을 제공하는 탈중앙화 인덱싱 프로토콜.