An open source double entry ledger and financial core, recording every money movement as an immutable, balanced transaction over a simple HTTP API.
Blnk is an open source double entry ledger exposed as an HTTP JSON API. It records money movements between balances as immutable, balanced transactions, enforces double entry invariants so every posting nets to zero, and supports multi currency balances, precise integer amounts and reconciliation. It is the state keeping foundation for fintech applications that move and hold funds, such as wallets, neobanks, payment flows and marketplaces.
cloudimg ships Blnk with PostgreSQL 16 and Redis together on one hardened, fully patched appliance that runs its database migrations and comes up ready to accept transactions on first boot, with a small demo ledger seeded so it is immediately live. Because the ledger holds financial records, the appliance is secure by default: the database and the queue are bound to loopback and never routable, and the ledger API runs in secure mode so every request must carry the per instance secret key. The secret key and the database and queue passwords are all minted uniquely per instance with no default login, and 24/7 support is included.