Current Production Endpoints
Separate Indexer Service
A separate service scaffold exists inbackend/indexer/. Treat it as self-hosted infrastructure work rather than a required part of the standard FlowGuard app deployment.
What is true today:
- Core app flows (
/api/streams,/api/payments,/api/airdrops, etc.) operate from the main backend database. - Admin indexer status routes are available from the main backend.
- The standalone indexer package exists, but normal product usage does not depend on it.
Recommended Usage
- Use
/api/admin/indexer/statusfor operational monitoring. - Treat the standalone indexer as deployment-specific engineering work until your team validates it in your own environment.
Environment Notes
For local experimentation with indexer components, you will typically configure:BCH_NETWORKDATABASE_URL(for Postgres-backed indexer experiments)

