farcasterkit
v1.0.1
Published
react hooks for the best farcaster apps
Downloads
59
Maintainers
Readme
farcaster kit
react hooks for the best farcaster apps -- view docs
farcaster kit is made up of two parts:
- react hooks and modules to build the best farcaster apps
- a rest api to fetch data with or without the hooks
what's in the box?
- ✅ rest api
- ✅ read features
- ✅ channels module
- ✅ app-first feeds
- ✅ historic data
- ✅ user pages
- 🔜 auth hooks
- 🔜 write actions
- 🔜 multi package/provider support
how this repo is structured
packages/farcasterkit
- react hooks and modules, which are available to install withnpm install farcasterkit
packages/create-farcaster-app
- a CLI tool to scaffold an app usingnpx create-farcaster-app
, which lives atexamples/starter
apps/api
- the rest api for farcaster kitapps/web
- the homepage and docs for farcaster kit, which you can view hereapps/old-replicator
-- the postgres replicator powering farcaster kit, built by farcaster. a migration to the new replicator will happen soon!examples/starter
- a starter app which you can scaffold by usingnpx create-farcaster-app
built by dylsteck and powered by nexus