Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 869 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 869 Bytes

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.