Skip to content

marcelo-gonzalez/libexchg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

985bdaa · Mar 27, 2023
Sep 29, 2021
Nov 13, 2021
Mar 27, 2023
Mar 27, 2023
Mar 27, 2023
Sep 29, 2021
Sep 29, 2021
Aug 18, 2021
Sep 29, 2021
Mar 2, 2022
Aug 24, 2021
Aug 24, 2021
Sep 29, 2021
Sep 29, 2021
Oct 10, 2021
Oct 10, 2021
Aug 16, 2021
Mar 27, 2023
Sep 29, 2021
Aug 16, 2021
Aug 16, 2021
Sep 19, 2021
Aug 16, 2021
Sep 29, 2021
Sep 29, 2021
Aug 16, 2021
Aug 16, 2021
Aug 16, 2021
Aug 24, 2021

Repository files navigation

A cryptocurrency exchange trading library

Very much a work-in-progress. API will be changing soon. Use at your own risk.

Main header is include/exchg/exchg.h. Look in examples/ to get a sense for the API.

Building

hero@foo.bar:~$ git clone https://github.com/marcelo-gonzalez/libexchg && cd libexchg
hero@foo.bar:~/libexchg$ git submodule init && git submodule update
hero@foo.bar:~/libexchg$ sudo apt-get install cmake meson ninja-build python3-setuptools libssl-dev libcap-dev
hero@foo.bar:~/libexchg$ make
hero@foo.bar:~/libexchg$ sudo apt-get install libncurses-dev
hero@foo.bar:~/libexchg$ make examples
hero@foo.bar:~/libexchg$ ./examples/print-book/print-book -E kraken ethusd

About

Cryptocurrency trading library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published