8ba5d6cef87623a49978492a78217427cc26cfc54c96a1bdc3e5ca93665062a7
GL
Darano's independent, append-only general-ledger service. It preserves every committed wallet value movement so financial state can be reconstructed when a blockchain or provider is unavailable.
The implementation contract and invariants are defined in DESIGN.md.
Generate protobufs, test, and build with:
make generate
make test
make build
Run locally with go run ./cmd/gl -conf ./gl.cfg.toml.
Description