Skip to content
/ lama Public

Ledger Account Manager API - Synchronization and management of account states across Blockchain protocols

Notifications You must be signed in to change notification settings

tchigher/lama

Repository files navigation

Ledger Account Manager API

Synchronization and management of account states (transactions, balance, ...) across Blockchain protocols.

How account synchronization works?

Account manager

The account manager handles account registration and unregistration and emits events to the dedicated coin worker. Please refer to the account manager README for more details on how it works.

Run through docker (recommended)

Install docker then run docker-compose up.

This will create a PostgreSql, a RabbitMQ, a Redis and the latest published image of the lama account manager.

This will also apply migration on the PostgreSql database through flyway.

Please have a look on docker-compose.yml file for more details on the configuration.

Run manually

Please refer to the getting started section of the account manager README.

Coin integration

TODO

About

Ledger Account Manager API - Synchronization and management of account states across Blockchain protocols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published