This is a Java application used to interact with the BLOCC Temperature and Humidity Reading Chaincode.
To use it, one needs to create a Contract
via BloccContractGateway::getContract()
and
instantiate a TemperatureHumidityReadingContractApp
object with the contract. Example of
invoking addReading
transaction using this application is shown
in TemperatureHumidityExample.
Note that, the example can only be run with the
test-network
brought up without-ca
flag.