https://github.com/neynarxyz/explorer
A developer-focused farcaster explorer
https://github.com/neynarxyz/explorer
explorer farcaster hubble hubs neynar
Last synced: about 1 year ago
JSON representation
A developer-focused farcaster explorer
- Host: GitHub
- URL: https://github.com/neynarxyz/explorer
- Owner: neynarxyz
- Archived: true
- Created: 2024-05-10T16:33:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:31:49.000Z (over 1 year ago)
- Last Synced: 2025-03-10T04:47:58.233Z (about 1 year ago)
- Topics: explorer, farcaster, hubble, hubs, neynar
- Language: TypeScript
- Homepage: https://explorer-neynar.vercel.app
- Size: 5.09 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is Explorer?
This is a simple website to track event propagation across [Farcaster](https://farcaster.xyz). 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](https://explorer.neynar.com) lets you see where in a network a given user or cast has been propagated. Find other Farcaster dev tools on [Neynar](https://neynar.com).
## Getting Started
1. First, get you `NEYNAR_API_KEY` from the [Neynar dev portal](https://dev.neynar.com)
2. Copy `.env.example` to a new `.env.local` file and add your Neynar API key
3. Install local dependencies with `npm i`
4. Run the app locally with `npm run dev`
## Contributing
You can contribute in many ways:
- reporting a bug in [Issues](https://github.com/neynarxyz/explorer/issues)
- submitting a [pull request](https://github.com/neynarxyz/explorer/pulls)