I am trying to build Chaincode in Hyperledger composer where I need to have the concept of token. So I am thinking to create one specific type of participant which will initially hold the tokens. And then this TokenHolder Participant will then transfer Tokens to other participants.
Then I thought maybe creating a participant may not be a good solution. So I am now seeking your expert advice on this issue.
How can you solve this issue? Or if anyone already solved this then lets share and discuss.