Note

If you are new to the blockchain technology, taking our Introduction to Blockchain Technology self-paced course is highly recommended.

Quorum

Quorum is a distributed ledger technology implementation that was customized and extended from Ethereum code base, and provided alternate transaction management and contract privacy fitting the needs of financial industry. More specifically, it forked out of an early version of Geth client implementation.

To address transaction and contract privacy issues with the public version of Ethereum blockchain, Quorum introduced the public and private state, where the public state would be shared and accessed by all nodes, and private state only accessed by nodes with permissions. In a similar way, it puts the read-only restriction on the private contract when it accesses the public state, to prevent the private data been propagated to the public state. You can think Quorum manages to have both public blockchain and private blockchain on the same blockchain. In doing so, it has to customize Geth to manage the global state root and state Pritrica tire, to accommodate the separated public and private state, as well as the transaction/block generation logic impacts because of dual states.

A node can differentiate public transactions (unencrypted payloads) vs private transactions (encrypted payloads). It will ask a transaction manager to decrypt the private transactions, which in turn determines if the node has the permissions to decrypt the message. If it has the permissions then transaction manager will decrypt the transaction payload, and allow the node to process the transaction.

As shown in the picture below, encryption and decryption of transaction payload is delegated to the crypto enclave, which also holds all private keys for all involving parties.

Quorum

Another key area for customization is to implement Istanbul BFT consensus algorithms instead of using Ethereum Estash based PoW algorithm, where nodes with permissions are invited to a simple voting mechanism through a smart contract. Together with the design of offloading cryptographic computations to the off-chain enclave, it greatly improved transaction performance and increased scalability.

Quorum is widely adopted across the industries. We list out some of the usages of Quorum in the following table:

Industry Quorum usages
Supply Chain Starbucks & LVMH (luxury goods company)
Financial Services IIN
In Oil and Gas VAKT
Trade Finance Komgo
Digital Accenture

 

This article is written in collaboration with Brian Wu who is a leading author of “Learn Ethereum: Build your own decentralized applications with Ethereum and smart contracts” book. He has written 7 books on blockchain development.

Resources

Free Webinars on Blockchain

Here is the list of our free webinars that are highly recommended:

 

Free Courses

Here is the list of our 10 free self-paced courses that are highly recommended:

 

Self-Paced Blockchain Courses

If you like to learn more about Hyperledger Fabric, Hyperledger Sawtooth, Ethereum or Corda, taking the following self-paced classes is highly recommended:

  1. Intro to Blockchain Technology
  2. Blockchain Management in Hyperledger for System Admins
  3. Hyperledger Fabric for Developers
  4. Intro to Blockchain Cybersecurity
  5. Learn Solidity Programming by Examples
  6. Introduction to Ethereum Blockchain Development
  7. Learn Blockchain Dev with Corda R3
  8. Intro to Hyperledger Sawtooth for System Admins

 

Live Blockchain Courses

If you want to master Hyperledger Fabric, Ethereum or Corda, taking the following live classes is highly recommended:

 

Articles and Tutorials on Blockchain Technology

If you like to learn more about blockchain technology and how it works, reading the following articles is highly recommended:

 

Articles and Tutorials on Ethereum and Solidity

If you like to learn more about blockchain development in Ethereum with Solidity, reading the following articles and tutorials is highly recommended:

 

Articles and Tutorials on Hyperledger Family

If you like to learn more about blockchain development with Hyperledger, reading the following articles and tutorials is highly recommended:

 

Articles and Tutorials on R3 Corda

If you like to learn more about blockchain development on Corda , reading the following articles and tutorials is highly recommended:

 

Articles and Tutorials on Other Blockchain Platforms

If you like to learn more about blockchain development in other platforms, reading the following articles and tutorials is highly recommended: