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

enter image description here

however, not able find jar in build directory. didn't generate jar:

enter image description here

i checked, jar gradle wrapper. does have examples of implementation of gdax-java library?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -