Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.23 KB

File metadata and controls

35 lines (20 loc) · 1.23 KB

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