/xchange-coinfloor

XChange implementation for the Coinfloor exchange

Primary LanguageJava

xchange-coinfloor

This module adapts Coinfloor's Java client library to implement the XChange API.

Building

This project is built with Maven. It depends on the Coinfloor Java client library, which you must fetch and install first.

$ git clone -b v1.0 https://github.com/coinfloor/java-library.git coinfloor-library
$ cd coinfloor-library
$ mvn install
$ cd ..
$ git clone https://github.com/coinfloor/xchange-coinfloor.git
$ cd xchange-coinfloor
$ mvn package

Example usage

See Example.java for an example of how to use this module.