This is a simple website to track event propagation across Farcaster. In some cases, a cast or user event that occurred on a hub can take up to 4 hours to propagate across the network. This site lets you see where in a network a given user or cast has been propagated. Find other Farcaster dev tools on Neynar.
- First, get you
NEYNAR_API_KEY
from the Neynar dev portal - Copy
.env.example
to a new.env.local
file and add your Neynar API key - Install local dependencies with
npm i
- Run the app locally with
npm run dev
You can contribute in many ways:
- reporting a bug in Issues
- submitting a pull request