hairyf

envio

Envio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs.

hairyf 4 1 Updated 3mo ago

Resources

2
GitHub

Install

npx skillscat add hairyf/blockchain-skills/envio

Install via the SkillsCat registry.

SKILL.md

Skill is based on Envio docs (enviodev/docs), generated at 2026-02-09.

Envio provides high-performance blockchain data access and indexing: HyperSync (raw data API), HyperIndex (indexer + GraphQL), and HyperRPC (read-only JSON-RPC). This skill covers product choice, client usage, queries, API tokens, and supported networks.

Core References

Topic Description Reference
Overview HyperSync, HyperIndex, HyperRPC; when to use each core-overview
HyperSync Client setup, query shape, streaming, field selection core-hypersync
HyperIndex config.yaml, schema.graphql, event handlers, deployment core-hyperindex
HyperRPC When to use, supported methods, endpoint and token core-hyperrpc

Features

Topic Description Reference
API Tokens Generation, usage in clients, security features-api-tokens
Supported Networks HyperSync/HyperRPC URLs and tiers features-networks

Best Practices

Topic Description Reference
Query Design Field selection, join modes, limits, streaming, tip handling best-practices-queries