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).
Asked
Active
Viewed 147 times
2

christo4ferris
- 4,039
- 1
- 17
- 30

Tabz
- 137
- 1
- 11
1 Answers
1
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

branko terzic
- 654
- 1
- 8
- 27
-
1@FrankerZ should be detailed enough now. Regards – branko terzic Mar 21 '18 at 08:39