简体   繁体   中英

How does hyperledger composer participant maps to hyperledger fabric entities?

In hyperledger composer documentation "In order for a new participant to join a business network, a new instance of that participant must be created in the business network". I understand business network weakly maps to chaincode in fabric. How exactly a participant instance is represented in fabric ? Is it stored in ledger state data ?

Yes, the data for a participant is stored in world-state. There is a also a mapping table that allows the Fabric certificate to be mapped to the participant id.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM