Skip to content

coinfloor/xchange-coinfloor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

XChange implementation for the Coinfloor exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages