b1e0b0159848bbc0038ba05e714b8f20c6008b7e3d461dd62f19af8fadd3353e
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