29869/setting-up-hyperledger-fabric-application-with-ibm-cloud
I have developed application using Hyperledger Fabric, also have installed Chaincode on IBM Cloud and created channels. I am not sure how can I connect html to IBM Cloud (My SDK is ready and all the controllers are set up).
You have to develop your "Client" application and authorize it against the IBM Blockchain Service running your dapp. In this way you can use your chaincode api and execute your transactions. You can find the detailed steps within this IBM doc: https://console.bluemix.net/docs/services/blockchain/v10_application.html#developing-applications
The rocksdb error you're seeing wouldn't be ...READ MORE
Try defining or referencing the application in ...READ MORE
To use fabric I would recommend you ...READ MORE
The peers communicate among them through the ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE
To read and add data you can ...READ MORE
I ran into a similar issue to ...READ MORE
The issue is that the chaincode container ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.