Search code examples
hyperledger-fabrichyperledgerblockchainhyperledger-composer

Can i have distributed ledger among the members using hyperledger composer and fabric in a business network


In my scenario i have one Business network with 20 participants. Can i have the distributed ledger among those 20 participants??

Thanks in advance


Solution

  • In Composer terms the Participant is a data item on the Fabric Ledger. An Identity can be issued to a Participant to enable a 'real Person' to interact with the business network.

    Identities are issued by Organisations. Composer builds on top of Fabric, and Fabric can be configured for multi-organisation (including 20 organisations).

    Composer supports multi-organisation Fabrics.