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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -