SkillAgentSearch skills...

Applogic

No description available

Install / Use

/learn @rubykube/Applogic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5y ago
Forks35

Languages

Ruby

Security Score

50/100

Audited on Oct 29, 2020

No findings