Skip to content

dylsteck/casterscan

Repository files navigation

Casterscan

A block explorer for Farcaster

You can check it out here

Casterscan homepage as of 6/15/24

What is Casterscan?

Casterscan is a block explorer for Farcaster. It currently lets you view:

  • a firehose of the latest casts, either as a list or grid
  • the details of any cast(text, embeds, responses per api/hub provider)

There are two goals for Casterscan's utility:

  • make it easy to access Farcaster data
  • give each atomic unit of data available on hubs its own URL, starting with casts

How to run locally

  1. npm install
  2. Copy .env.example to a new .env.local file and add your Neynar API key under NEYNAR_API_KEY
  3. npm run dev

Have any questions/comments or want to keep up with/contribute to Casterscan?