Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylsteck/casterscan
A block explorer for Farcaster
https://github.com/dylsteck/casterscan
block-explorer casterscan farcaster neynar
Last synced: 8 days ago
JSON representation
A block explorer for Farcaster
- Host: GitHub
- URL: https://github.com/dylsteck/casterscan
- Owner: dylsteck
- License: mit
- Created: 2023-02-23T16:36:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T01:32:03.000Z (21 days ago)
- Last Synced: 2024-11-28T13:53:23.036Z (14 days ago)
- Topics: block-explorer, casterscan, farcaster, neynar
- Language: TypeScript
- Homepage: https://casterscan.com
- Size: 1.68 MB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-farcaster - here
README
# Casterscan
### A block explorer for Farcaster
You can [check it out here](https://casterscan.com)![Casterscan homepage as of 6/15/24](https://i.imgur.com/kiNHLHN.png)
### 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)
- you can also view cast details with our [cast action](https://warpcast.com/~/add-cast-action?url=https://casterscan.com/frames/actions/inspect-cast)There are two goals for Casterscan's utility:
- make it easy to access Farcaster data
- give each atomic unit of data available on [hubs](https://www.thehubble.xyz/) 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?
- [Message on Warpcast](https://warpcast.com/dylsteck.eth)
- [Create an issue](https://github.com/dylsteck/casterscan/issues)