This guide is for developers contributing to 0 Finance. If you just want to
use the CLI, see Installation.
Prerequisites
- Node.js v22.11+
- pnpm
- Docker (for local database)
Clone and bootstrap
- Installs Node.js and pnpm if missing
- Runs
pnpm install - Sets up required tooling
Environment setup
Copy the example environment file:DATABASE_URL— Postgres connection stringPRIVY_APP_IDandPRIVY_APP_SECRET— Auth providerBRIDGE_API_KEY— Payment rails- Other service credentials
Start the dev server
Verify the setup
Alternative: Lite stack
For a minimal Docker-based setup:docker-compose.lite.yml with local Postgres and mock services.
