feat(gl): scaffold general ledger grpc service

This commit is contained in:
2026-08-14 18:52:30 +03:30
parent 1863de1f3b
commit b1e0b01598
19 changed files with 3065 additions and 0 deletions
+10
View File
@@ -5,3 +5,13 @@ 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](DESIGN.md).
Generate protobufs, test, and build with:
```bash
make generate
make test
make build
```
Run locally with `go run ./cmd/gl -conf ./gl.cfg.toml`.