java-bigchaindb-driver
java-bigchaindb-driver copied to clipboard
Official Java and Android driver for BigchainDB
I'm using the Java driver for create a transaction that, then, it's send to our system backend in order to be sent from there. The assets and the metadata are...
The bigchaindb specs state that an asset can be "an associative array containing exactly one key-value pair." in the glossary an associative array is defined as "A collection of key/value...
It looks that the problem is caused by double number: ```java import com.bigchaindb.builders.BigchainDbConfigBuilder; import com.bigchaindb.builders.BigchainDbTransactionBuilder; import com.bigchaindb.constants.Operations; import com.bigchaindb.model.GenericCallback; import com.bigchaindb.model.MetaData; import com.bigchaindb.model.Transaction; import net.i2p.crypto.eddsa.EdDSAPrivateKey; import net.i2p.crypto.eddsa.EdDSAPublicKey; import okhttp3.Response; import...
``` Running com.bigchaindb.api.TransactionApiTest 20180808-10:57:35 1255 [main] DEBUG org.eclipse.jetty.util.component.Container - Container org.eclipse.jetty.server.Server@6f44a157 + [email protected]:0 as connector 20180808-10:57:35 1256 [main] DEBUG net.jadler.JadlerMocker - starting the underlying stub server... 20180808-10:57:35 1256 [main] DEBUG...
One of the easiest ways to add value in Java driver is to provide a method for querying unspent transactions for a given asset. This is a very common feature...