Skip to content

marcelo-gonzalez/libexchg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

About

Cryptocurrency trading library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages