Awesome
Searchcaster
Easily search for casts on the Farcaster protocol via UI or API.
Powered by this Farcaster Indexer.
Run locally
- Clone the indexer repo and follow instructions to setup a database on Supabase
- Clone this repo and install dependencies via
yarn install
- Rename
.env.example
to.env
and enter your database credentials - Start a local server via
yarn dev
- Open localhost:3000