Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/pages/docs/quickstart/developer-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 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).

### 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.
Expand Down