Ecosyste.ms: Awesome

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

https://github.com/gskril/searchcaster

Search casts and profiles on the Farcaster protocol
https://github.com/gskril/searchcaster

farcaster

Last synced: about 2 months ago
JSON representation

Search casts and profiles on the Farcaster protocol

Lists

README

        

# Searchcaster

Easily search for casts on the [Farcaster](https://www.farcaster.xyz/) protocol via [UI](https://searchcaster.xyz/) or [API](https://searchcaster.xyz/docs).

Powered by [this Farcaster Indexer](https://github.com/gskril/farcaster-indexer).

## Run locally

1. Clone the [indexer repo](https://github.com/gskril/farcaster-indexer) and follow instructions to setup a database on [Supabase](https://supabase.com/)
2. Clone this repo and install dependencies via `yarn install`
3. Rename `.env.example` to `.env` and enter your database credentials
4. Start a local server via `yarn dev`
5. Open [localhost:3000](http://localhost:3000/)