Contents

admin_panel

Django admin panel backend

bin

stack.py - used to run a matching engine for a pair.

Examples:

python stack.py – launches the order book for all the pairs. Such a command is used on a test environment and launches all order books in one container.

python stack.py –pairs=BTC-USDT – launches the order book for the BTC-USDT pair. This command is used in production. Each pair has a separate container.

bots

All about bots

core

The core of the system. Contains all the necessary minimum for the operation of the exchange