livinginformation / merkato

Open-source cryptocurrency market making bot
GNU General Public License v3.0
14 stars 6 forks source link

Merkato Beta v0.1.0

Merkato is a Python cryptocurrency Market Making and Arbitrage bot

Prerequisites

See requirements.txt for the full list of prerequisites.

Installing

Install all dependencies.

All systems:

For Python2

Currently broken, if someone wants to support it, go for it.

For Python3

 pip3 install -r requirements.txt

Getting Started

Run the following from the top level directory:

python3 db_init_script.py

Set up your credentials for the exchange

Once set up, run:

python3 simple_app.py

Running the tests

from top level directory:

(not working at the moment)

./run_tests.sh

Built With

Python 3, sqlite, tkinter

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. (TBD)

Authors

See also the list of other contributors who participated in this project.

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

Acknowledgments