hyperledger/fabric-sdk-py

How to transfer or change an asset on the ledger?

PetrMixayloff opened this issue · 2 comments

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?

You need to install and instantiate a chaincode, and invoke it to send a new transaction.

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