An open API service indexing awesome lists of open source software.

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

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)