Real-time double-entry ledger backend with strict consistency, idempotent writes, and streaming balance updates.
Project Linkrealtime-ledger is a minimal, high‑integrity double‑entry ledger API written in Go. It focuses on correctness, balance invariants, and a clean domain model while keeping the overall system small and easy to reason about.
Money model with currency‑aware amountsThe goal of the project is to provide a clean reference implementation of a ledger core—small enough to understand end‑to‑end, but strict enough to serve as the foundation for more advanced financial systems. A Postgres‑backed store, idempotency keys, batching semantics, and full OpenAPI coverage are planned extensions.