I am trying to deploy a BNA file on the IBM bluemix blockchain service. I have obtained the BNA file from the composer playground and i could not find a way to push that file on bluemix blockchain service.
I have tried this tutorial but they are trying to make a chaincode and then deploying it on the blockchain service of bluemix. Why do i have to create a chaincode for deploying? can't i just push the models and javascript transaction processor functions and then use it via a REST API from the bluemix blockchain service.
A step by step process for deploying the BNA file(obtained from composer playground) on the bluemix blockchain service would be much appreciated.