← all projects

ArcPulse

@filipelclima·Filipe Lima·14 followers·added 2026-07-24·updated 2026-08-06
0
stars
4.0k
lines
21
files
0
forks
14
followers
languages
TypeScript 100%JavaScript 0%

ArcPulse is an observability dashboard and public API for Arc Testnet health. A snapshot pipeline at src/app/api/collect/route.ts polls the chain, measures real RPC latency p50/p95/p99 from ten parallel pings, and runs anomaly detection with severity levels that alert only on state transitions, retrying webhook delivery on failure. The numbers flow back out through a public REST endpoint at src/app/api/public-stats/route.ts, with faucet health at src/app/api/faucet-status/route.ts and incident reporting at src/app/api/report/route.ts. The dashboard in src/app/page.tsx tracks Arc v0.7.2 primitives — memo transaction activity and Multicall3From batching — and watches the chain's Chainlink CCIP contracts, all backed by Supabase snapshot history.

tags
builder bio

Building on Seismic, Arc, Base · @weedjones on Discord

repo description

Arc Testnet Network Health Monitor

last pushed 2026-08-19