Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 795 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 795 Bytes

Fee collector for XJoe.

Iterate over all pairs on the farm and exclude reflective tokens (at least for now).

Installation

Use Virtualenv

This repo uses virtualenv. Follow the instructions for Linux:

Create a virtual env:

... $> python3 -m venv /path/to/new/virtual/environment

Installation of the dependencies required for the project:

# activation of the virtual environment
... $> source /path/to/new/virtual/environment/venv/bin/activate

# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> pip3 install -r requirements.txt

Then, to launch the fee collector simply type:

# launch the fee collector
(venv) ... $> python3 main.py