Sign inSign up

rubykube/applogic

By rubykube

Updated about 5 years ago

applogic example

Image
0

100K+

rubykube/applogic repository overview

AppLogic

Build Status

Please note, that this project is deprecated and moved to https://github.com/openware/opendax AppLogic is the component for implementing custom business processes which is currently being separated from core Peatio and Barong functionality. It is also designed for extending the system's functionality, for example adding a Paygate or a custom AML provider and is used by frontend application as well.

Getting Started

We advise to use minimalistic environment if you want to develop AppLogic.

Minimalistic local development environment with docker-compose:
Prerequisites
Installation
  1. Copy initial configurations ./bin/init_config
  2. Start backend services (MySQL, RabbitMQ) docker-compose -f config/backend.yml up -d
  3. Setup database rake db:create db:migrate db:seed
  4. Start rails server rails server
Interaction with other components

AppLogic interacts with other components using Event API and Management API. You will find examples in features section.

Features

Among the main AppLogic features there are:

Multisignature withdrawal request using Management API

scheme

Custom Event API listeners

scheme

Detailed documentation about implementation of Event API listeners could be found here.

Tag summary

Content type

Image

Digest

Size

494.7 MB

Last updated

about 7 years ago

docker pull rubykube/applogic