Skip to content

Commit

Permalink
Update indexers.md (#1794)
Browse files Browse the repository at this point in the history
Please add SQD to [Tooling, Indexers]. We have been supporting Avalanche for some time: https://docs.subsquid.io/subsquid-network/reference/evm-networks/. Thank you.

Signed-off-by: charlie <54091831+CXYZTW@users.noreply.github.com>
Co-authored-by: Lavinia Talpas <den_lavi@yahoo.com>
  • Loading branch information
CXYZTW and laviniat1996 authored Jul 10, 2024
1 parent 5573f48 commit 025b9ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/tooling/indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,15 @@ To get started, visit the [documentation](https://docs.flair.dev) or clone the [
Envio supports [HyperSync](https://docs.envio.dev/docs/hypersync) on Avalanche. HyperSync is a real-time indexed layer of the Avalanche blockchain, providing accelerated APIs (JSON-RPC bypass) for the hyper-speed syncing of Avalanche data. Developers do not need to worry about RPC URLs, rate-limiting, or managing infrastructure, and can easily sync large datasets in a few minutes, something that would usually take 100x longer via standard RPC.

To get started, visit the [documentation](https://docs.envio.dev/docs/getting-started) or follow the [quickstart](https://docs.envio.dev/docs/contract-import) guide.

### SQD

[SQD](https://sqd.dev/) is a decentralized hyper-scalable data platform optimized for providing efficient, permissionless access to large volumes of data. It currently serves historical on-chain data, including event logs, transaction receipts, traces, and per-transaction state diffs. SQD offers a powerful toolkit for creating custom data extraction and processing pipelines, achieving an indexing speed of up to 150k blocks per second.

To get started, visit the [documentation](https://docs.sqd.dev/) or see [EVM examples](https://github.com/subsquid-labs/squid-evm-examples) of what you can build with SQD.

#### Supported Networks

- Avalanche
- Avalanche Testnet

0 comments on commit 025b9ea

Please sign in to comment.