Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 649 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 649 Bytes

Searchcaster

Easily search for casts on the Farcaster protocol via UI or API.

Powered by this Farcaster Indexer.

Run locally

  1. Clone the indexer repo and follow instructions to setup a database on Supabase
  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