How to transfer or change an asset on the ledger?
PetrMixayloff opened this issue · 2 comments
PetrMixayloff commented
Hi, I'm studying hyperledger fabric and have read this tutorial.
Can you tell what about exchanging assets? How can I do a new transaction in network?
h0rs3fa11 commented
You need to install and instantiate a chaincode, and invoke it to send a new transaction.
PetrMixayloff commented
You need to install and instantiate a chaincode, and invoke it to send a new transaction.
Thank you for answer. But it is not actual now for me. Since I asked question we have done this job on node js sdk. The official documentation turned out to be more understandable for me, even the fact that I don't know the node js very well