Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dteam-top/ff

farcaster flow
https://github.com/dteam-top/ff

Last synced: about 1 month ago
JSON representation

farcaster flow

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
```