chainpulse
v1.0.1
Published
Chain Pulse TUI for Hypersync activity across chains
Readme
Quickstart
- Install deps
pnpm install- Set your HyperSync API token in
.env
echo "HYPERSYNC_BEARER_TOKEN=your_token" > .env- Run (5-minute window, concurrency 12)
pnpm tsc && WINDOW_MINUTES=5 CONCURRENCY=12 node dist/index.jsNotes:
- Adjust
WINDOW_MINUTESandCONCURRENCYas needed. - Active chains are fetched from
https://chains.hyperquery.xyz/active_chains. - Uses minimal field selection for speed. Docs: https://docs.envio.dev/docs/HyperSync-LLM/hypersync-complete
