Skip to content

supafinance/farcaster-shuttle

Repository files navigation

farcaster-shuttle

Set environment variables:

export HUB_HOST=
export HUB_PORT=

export POSTGRES_URL=
export REDIS_URL=

see .env.example

To run:

./run.sh all

Run on AWS EC2 instance

Install dependencies:

sudo apt update
sudo apt install nodejs npm -y
sudo npm install -g tsx
tsx --version

Install bun:

curl -fsSL https://bun.sh/install | bash

Run:

./run.sh all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published