1. Invite to Farcaster
https://warpcast.com/~/invite-page/273889?id=15d8f0a8
2. Find Farcaster FID
Profile -> More button -> About -> Copy FID
3. Installation
git clone -c advice.detachedHead=false -b @latest https://github.com/farcasterxyz/hub-monorepo.git
docker compose run hubble yarn identity create
4. Config .env file
# Set this to your L1 Mainnet ETH RPC URL
ETH_MAINNET_RPC_URL=your-ETH-mainnet-RPC-URL
# Set this to your L2 Optimism Mainnet RPC URL
OPTIMISM_L2_RPC_URL=your-L2-optimism-RPC-URL
# Set this to your Farcaster FID
HUB_OPERATOR_FID=your-fid
5. Running
docker compose up hubble statsd grafana -d