bitcoin - Implementation of gdax-java as a library -
i trying implement api: https://github.com/robevansuk/gdax-java in order able create orders, withdraw funds, , deposit funds via coinbase , exchanging in gdax bitcoins. trying make trade program bitcoins using gdax , api.
however, confused on implementation of library. have tried contact contributors not respond back. read in documentation:
for lib:
if you'd rather work purely in java can build executable jar file ./gradlew jar , should able find jar in build directory.
so cloned project , ran command
however, not able find jar in build directory. didn't generate jar:
i checked, jar gradle wrapper. does have examples of implementation of gdax-java library?
Comments
Post a Comment