IBM-Blockchain-Archive / car-lease-demo

A demonstration using IBM Blockchain to show how the lifecycle of vehicles can be recorded on a blockchain
Other
170 stars 304 forks source link

chaincode deployment #80

Open aymanx1 opened 7 years ago

aymanx1 commented 7 years ago

I was wondering is it possible to deploy my own chaincode on the bluemix trial account. I noticed that only 3 proposed samples are allowed. if it is not allowed to run my chaincode is there any solution to try it online?

bellaj commented 7 years ago

it is possible using REST deployement.

mastersingh24 commented 7 years ago

@aymanx1 - the standard APIs for deploying chaincode to the Hyperledger Fabric are available for Bluemix Blockchain networks. Checkout the tutorials section for an example on how to use the NodeJS SDK to deploy chaincode. You can also use the REST APIs as documented in the Hyperledger Fabric docs