Notepub (Official)

Note published by Notepub's official team.

Blockchain for Enterprise – Hyperledger Fabric – Membership Service Provider

There are a set of entities in the distributed fabric network, and each entity must be associated with a unique identity. These identities can be issued by Fabric Certificate Authority (Fabric-CA) or an external CA, and the Membership Service Provider (MSP) manages these identities across the entire network. The identities are issued by the CA, …

Blockchain for Enterprise – Hyperledger Fabric – Membership Service Provider Read More »

 716 total views

Blockchain for Enterprise – Hyperledger Fabric – Organisations

In the enterprise world, organizations can be considered legal entities which manage businesses. These organizations are recognized with identities, and these identities are valid across the fabric blockchain network. Each organization defines the following entities: Membership services provider (MSP):  Manages users, peers, and administrator identities. Administrator(s): Manages peers, chaincode, etc.  Users: Initiate transactions. Peers: Manage …

Blockchain for Enterprise – Hyperledger Fabric – Organisations Read More »

 155 total views

Blockchain for Enterprise – Hyperledger Fabric – Fabric Certificate Authority

Fabric Certificate Authority (Fabric-CA) issues the identity to users, peers, ordering service nodes, and all the other components, which requires identity across the network. There are many ways to implement the certificate authority, and one of the ways is a Fabric-CA, and another way is called IDE mixer. The fabric CA is attached to the …

Blockchain for Enterprise – Hyperledger Fabric – Fabric Certificate Authority Read More »

 261 total views

Blockchain For Enterprise – Hyperledger Fabric – Client Applications

The high-level role and responsibility of the client application are to compose a transaction request and submits it to the peer nodes. Peer nodes send the endorsements asynchronously. After receiving sufficient endorsements that satisfy the endorsement policy, it submits the transaction to the ordering service. In the end, it receives the acknowledgment from the peer …

Blockchain For Enterprise – Hyperledger Fabric – Client Applications Read More »

 134 total views

Blockchain For Enterprise – Hyperledger Fabric – Channels

The same set of peer nodes such as endorsers and committers can be part of multiple blockchain ledgers, and this is achieved using the channels. The channels provide transaction privacy among the different ledgers. Multiple parallel blockchain services can be executed and managed for better utilization of hardware resources and scalability of the entire network …

Blockchain For Enterprise – Hyperledger Fabric – Channels Read More »

 441 total views

Blockchain for Enterprise – Hyperledger Fabric – Ordering Service

The ordering service packages transactions into blocks and to be delivered to all the peers across the network, and the communication with the service is via channels. The ordering service and its configuration has to be included in the geneses block of the blockchain. There are different configuration options for the ordering service include: SOLO, …

Blockchain for Enterprise – Hyperledger Fabric – Ordering Service Read More »

 154 total views

Blockchain for Enterprise – Hyperledger Fabric – Transaction Flow Benefits

This note will compare the transaction flow approach followed in Hyperledger Fabric Blockchain Platform compared to traditional Blockchain Platform such as Bitcoin. In the Hyperledger Fabric Blockchain Platform, transaction flow happens in the following order. It starts with the endorsement of transactions by the endorsing peers, followed by collecting individual transactions from the different clients …

Blockchain for Enterprise – Hyperledger Fabric – Transaction Flow Benefits Read More »

 212 total views

Blockchain for Enterprise – Hyperledger Fabric – Transaction Flow

In this note, we will try to understand how do transactions flow in the hyperledger fabric. First, we will see the high-level overview without going into the nitty-gritty of individual steps. However, later in this note, we try to understand all the steps in detail. A high-level overview of transaction flow The client application creates …

Blockchain for Enterprise – Hyperledger Fabric – Transaction Flow Read More »

 542 total views

Scroll to Top
Scroll to Top