Coder Social home page Coder Social logo

code-for-uss / ergo-dex-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spectrum-finance/ergo-dex-backend

0.0 0.0 0.0 2.2 MB

Spectrum Finance backend services including AMM bots and OrderBook matcher

License: Creative Commons Zero v1.0 Universal

Scala 99.97% Shell 0.03%

ergo-dex-backend's Introduction

Spectrum Finance off-chain services

A set of off-chain services facilitating Spectrum Finance functioning.

AMM DEX services:

  • UTXO Tracker - extracts AMM orders and pool state updates from the UTXO feed
  • AMM Executor - executes AMM orders into a transaction chain
  • Pool Resolver - tracks pool updates

AMM Services

OrderBook DEX services:

  • UTXO Tracker - extracts orders from the UTXO feed
  • Matcher - order-book matching engine
  • Orders Executor - executes orders
  • Markets API - aggregates market data and provides a convenient API to access it

Building & Running the off-chain services

Prerequisites

The services require access to an Ergo node, so if you do not have one yet install as instructed here: Ergo github Besides the node the services depend on tools such as Kafka and Redis to run, to make it easier to manage a docker based solution has been made to allow for easy building and running of the services. The only requirements besides the node are that you have the following installed:

  • GIT to download the code and help fetch updates. GIT
  • Docker and Docker-compose (included in Docker for Windows). Docker

Building

First you need to download the code from this repo. The easiest way to keep it updated in the future is by using git:

cd <the folder you want to keep the off-chain services code in>
git clone https://github.com/spectrum-finance/ergo-dex-backend.git

Instructions for the containers are all defined in the docker-compose.yml file. The only configuration needed for running the services need to be stored in a file called config.env. An example can be found in config-example.env Make a copy of the example file, name it config.env and edit the file to match your values:

Linux:

cd ergo-dex-backend
cp ./config-example.env ./config.env

Windows:

cd ergo-dex-backend
copy ./config-example.env ./config.env

The 3 values that need to be changed in the config.env file are the mnemonic (howto) from which bot will create the wallet to receive fees on and pay miner fees from (in SPF fee cases) and the URI to your node (localhost/127.0.0.1 might not be accessible from within a docker container, it is best to use the local lan ip if the node is running on the same host). You have to setup URI twice.

Running the services

Once the config.env file is created, make sure you have funds on expected address (you can check which address bot will use with HowTo.scala script). Next, the only thing left to do is to run the containers:

Linux:

sudo -E docker-compose up -d

Windows:

docker-compose up -d

Verifying the services are running correctly

You can look into the logs of the services to ensure they are running correctly. To look at a combined log for all services use the following command:

Linux:

cd ergo-dex-backend
sudo docker-compose logs -f

Windows:

cd ergo-dex-backend
docker-compose logs -f

Updating the services

After running git pull from the instructions below make sure to check for potential changes in config-example.env to apply to your own config.env!

Linux:

git pull
sudo -E docker-compose pull
sudo -E docker-compose up -d

Windows:

git pull
docker-compose pull
docker-compose up -d

ergo-dex-backend's People

Contributors

alesfatalis avatar cardano-apexpool avatar gusevtimofey avatar luivatra avatar oskin1 avatar semyonoskin avatar yasha-black 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.