Crates.io | cala-ledger |
lib.rs | cala-ledger |
version | 0.11.5 |
created_at | 2024-05-19 03:32:45.045127+00 |
updated_at | 2025-09-25 07:17:35.52835+00 |
description | An embeddable double sided accounting ledger built on PG/SQLx |
homepage | |
repository | https://github.com/GaloyMoney/cala |
max_upload_size | |
id | 1244655 |
size | 801,004 |
Cala is a robust ledger system developed by Galoy, designed to handle complex financial transactions and accounting operations. It provides a flexible and scalable solution for managing financial records with strong consistency guarantees.
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
curl -sfL https://direnv.net/install.sh | bash
echo "eval \"\$(direnv hook bash)\"" >> ~/.bashrc
source ~/.bashrc
Run unit tests with:
make reset-deps next-watch
Run end-to-end tests with:
make e2e
To run the server:
make run-server