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
24 changes: 24 additions & 0 deletions pages/fraxtal/tools/indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ lang: en-US
---

# Indexers
## Envio

[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.

<details>
<summary> Quick Start </summary>
### 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.

See Envio's [performance benchmarks](https://docs.envio.dev/docs/HyperIndex/benchmarking?utm_source=fraxtal&utm_medium=partner-docs).
</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.

Expand Down