authenteq-zz / java-bigchaindb-driver

Official BigchainDB Java driver
https://www.bigchaindb.com
Apache License 2.0
32 stars 22 forks source link

Access to test network #70

Closed adonnini closed 6 years ago

adonnini commented 6 years ago

Hi,

Finally, I have been able to add the driver to my Android application and get it to work, I think.

The problem I have is access to the bigchaindb test network.

I am using https://test.ipdb.io

and getting this failure:

java.net.UnknownHostException: Unable to resolve host "test.ipdb.io": No address associated with hostname

Is there another URL I should be using?

On the bigchaindb testnet site https://testnet.bigchaindb.com/ there is no information for the java driver entry into the test network (I tired the one for Node,js, it didn't work)

Which URL should I use?

Thanks,

Alex Donnini

adonnini commented 6 years ago

Hi,

I think

https://test.bigchaindb.com/api/v1/

works.

Thanks, Alex Donnini