Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylsteck/farcasterkit
react hooks for the best farcaster apps
https://github.com/dylsteck/farcasterkit
farcaster farcasterkit reacthooks rest-api
Last synced: 12 days ago
JSON representation
react hooks for the best farcaster apps
- Host: GitHub
- URL: https://github.com/dylsteck/farcasterkit
- Owner: dylsteck
- License: mit
- Created: 2023-09-30T06:14:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T19:51:35.000Z (8 months ago)
- Last Synced: 2024-03-23T09:44:10.716Z (8 months ago)
- Topics: farcaster, farcasterkit, reacthooks, rest-api
- Language: TypeScript
- Homepage: https://farcasterkit.com
- Size: 4.25 MB
- Stars: 44
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-farcaster-dev - `farcasterkit`
- awesome-farcaster-dev - `farcasterkit`
README
# farcaster kit
![farcaster kit og:image](https://i.imgur.com/qajaZLU.png)
react hooks for the best farcaster apps -- [view docs](https://farcasterkit.com/docs)
farcaster kit is made up of two parts:
1. react hooks and modules to build the best farcaster apps
2. 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 with `npm install farcasterkit`
- `packages/create-farcaster-app` - a CLI tool to scaffold an app using `npx create-farcaster-app`, which lives at `examples/starter`
- `apps/api` - the rest api for farcaster kit
- `apps/web` - the homepage and docs for farcaster kit, which you can [view here](https://farcasterkit.com)
- `apps/old-replicator` -- the postgres replicator powering farcaster kit, built by farcaster. a migration to the [new replicator](https://github.com/farcasterxyz/hub-monorepo/tree/main/apps/replicator) will happen soon!
- `examples/starter` - a starter app which you can scaffold by using `npx create-farcaster-app`built by [dylsteck](https://github.com/dylsteck) and powered by [nexus](https://withcortex.com)
----