A centralized registry for Farcaster usernames (fnames). Exposes an HTTP API for getting information about recent registrations, etc.
- Start Postgres:
docker compose up --detach
- Create test DB:
echo 'create database registry_test' | PGPASSWORD=password psql -h localhost -p 6543 -U app registry_dev
- Install packages:
yarn install
- Run tests:
yarn test
- Run the server locally:
yarn start
Once a change is merged it is deployed automatically. Check the GitHub Actions workflow result to confirm whether the deployment was successful.
- Update
.node-version
and.tool-versions
files - Update
Dockerfile
Node.js base image version to match