Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dteam-top/ff
farcaster flow
https://github.com/dteam-top/ff
Last synced: about 1 month ago
JSON representation
farcaster flow
- Host: GitHub
- URL: https://github.com/dteam-top/ff
- Owner: DTeam-Top
- Created: 2024-05-14T06:31:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T02:00:30.000Z (6 months ago)
- Last Synced: 2024-06-30T19:25:34.454Z (6 months ago)
- Language: Svelte
- Size: 5.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farcaster Flow
## Introduction
Farcaster Flow is a token distribution solution
powered by Farcaster.The whole repo is a mono repo:
- packages
- dbdomain, db schema
- apps
- web, the flow site
- frame, the flow frame
- cron, the cron jobs watching the blockchain
- bot, the webhook
- contracts, the dvp contracts supporting the token distribution## Architecture
![ff arch](./assets/arch.png)
## Basic UI Flow
![ff ui flow](./assets/ui-flow.png)
## Run
```sh
cp .env.example .env
docker-compose up -d --build
```