Coder Social home page Coder Social logo

lama's Introduction

release build publish

Lama

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

Main features of Lama are:

  • Scalable and stateless components
  • Event-driven architecture
  • Account manager component for handling account metadata and sending sync event messages
  • Easy support of new coin integration by having coin specific components:
    • Worker: fetching data from blockchain
    • Interpreter: computing and inserting data (operations, balance, ...)
    • Api: exposing http endpoints to get synced transactions, estimate fees, create and broadcast transactions

How Lama works?

Run lama components through docker

docker-compose up

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

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 account-manager.

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

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

Build and publish image in local

sbt accountManager/docker:publishLocal

Run manually

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

Coin integration

Bitcoin REST API

Run through docker (recommended)

Run docker-compose up bitcoin-api.

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

Build and publish image in local

sbt bitcoinApi/docker:publishLocal

Run manually

Please refer to the getting started section of the bitcoin api README.

Bitcoin Worker

Run through docker (recommended)

Run docker-compose up bitcoin-worker.

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

Build and publish image in local

sbt bitcoinWorker/docker:publishLocal

Run manually

Please refer to the getting started section of the bitcoin worker README.

Bitcoin Interpreter

Run through docker (recommended)

Run docker-compose up bitcoin-interpreter.

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

Build and publish image in local

sbt bitcoinInterpreter/docker:publishLocal

Run manually

Please refer to the getting started section of the bitcoin interpreter README.

Bitcoin transactor

Run through docker (recommended)

Run docker-compose up bitcoin-transactor.

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

Build and publish image in local

sbt bitcoinTransactor/docker:publishLocal

Run manually

Please refer to the getting started section of the bitcoin transactor README.

lama's People

Contributors

erictaodev avatar estrauser-ledger avatar gagbo avatar jjayet-ledger avatar krauscher-ledger avatar ldg-github-ci avatar luchenyuxx avatar mbasire-ledger avatar romanwlm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.