Synchronization and management of account states (transactions, balance, ...) across Blockchain protocols.
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.
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.
Please refer to the getting started section of the account manager README.
TODO