A permissioned implementation of Ethereum supporting data privacy
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github Update CONTRIBUTING.md Feb 3, 2017
accounts Use eip155 signer for public transactions (#375) Jun 29, 2018
bmt Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
build build: fix version comparison for go1.10 and beyond (#15781) Mar 1, 2018
cmd EIP 155 Activation (#502) Aug 23, 2018
common Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
compression/rle Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
consensus Fixes eth.hashrate panic #393 (#409) Jun 13, 2018
console Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
containers Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
contracts Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
core EIP 155 Activation (#502) Aug 23, 2018
crypto Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
docs Documentation wording and formatting changes (#492) Aug 24, 2018
eth EIP 155 Activation (#502) Aug 23, 2018
ethclient Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
ethdb Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
ethstats Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
event Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
internal eth - Storage root retrieval for accounts (#436) Jul 27, 2018
les Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
light Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
log Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
metrics Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
miner Transaction signer mismatch fix (#463) Aug 9, 2018
mobile Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
node Fixed missing DataDir value in p2p server that affected permissioned … Jan 24, 2018
p2p p2p/permissions: Fix typos Nov 14, 2017
params quorum version update Aug 23, 2018
private Properly close connection to Constellation to prevent panic (#491) Aug 22, 2018
raft Make sure to update speculative chain head in `accept.` Fixes #428 Jul 30, 2018
rlp Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
rpc rpc: Support specifying HTTP client in RPC dialing Jan 23, 2018
swarm Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
tests Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
trie Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
vendor Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
whisper Feature/fix_some_tests (#387) Jun 4, 2018
.dockerignore Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
.gitattributes .gitattributes: add Aug 6, 2015
.gitignore Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
.gitmodules Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
.mailmap Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
.travis.yml Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
AUTHORS Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
BUILDING.md [docs] updated documentation: edited for clarity Nov 15, 2016
COPYING all: update license information Jul 7, 2015
COPYING.LESSER all: update license information Jul 7, 2015
Dockerfile Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
HACKING.md Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
Makefile Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
README.md Documentation wording and formatting changes (#492) Aug 24, 2018
VERSION Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
appveyor.yml Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
circle.yml circleci: enable docker based hive testing Jul 15, 2016
interfaces.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) Oct 31, 2017
logo.png Documentation wording and formatting changes (#492) Aug 24, 2018

README.md

Quorum Slack

Quorum is an Ethereum-based distributed ledger protocol with transaction/contract privacy and new consensus mechanisms.

Quorum is a fork of go-ethereum and is updated in line with go-ethereum releases.

Key enhancements over go-ethereum:

  • Privacy - Quorum supports private transactions and private contracts through public/private state separation, and utilises peer-to-peer encrypted message exchanges (see Constellation and Tessera) for directed transfer of private data to network participants
  • Alternative Consensus Mechanisms - with no need for POW/POS in a permissioned network, Quorum instead offers multiple consensus mechanisms that are more appropriate for consortium chains:
    • Raft-based Consensus - a consensus model for faster blocktimes, transaction finality, and on-demand block creation
    • Istanbul BFT - a PBFT-inspired consensus algorithm with transaction finality, by AMIS.
  • Peer Permissioning - node/peer permissioning using smart contracts, ensuring only known parties can join the network
  • Higher Performance - Quorum offers significantly higher performance than public geth

Architecture

Quorum Tessera Privacy Flow

The above diagram is a high-level overview of the privacy architecture used by Quorum. For more in-depth discussion of the components, refer to the wiki pages.

Quickstart

The quickest way to get started with Quorum is by following instructions in the Quorum Examples repository. This allows you to quickly create a network of Quorum nodes, and includes a step-by-step demonstration of the privacy features of Quorum.

Further Reading

Further documentation can be found in the docs folder and on the wiki.

See also

Third Party Tools/Libraries

The following Quorum-related libraries/applications have been created by Third Parties and as such are not specifically endorsed by J.P. Morgan. A big thanks to the developers for improving the tooling around Quorum!

Contributing

Thank you for your interest in contributing to Quorum!

Quorum is built on open source and we invite you to contribute enhancements. Upon review you will be required to complete a Contributor License Agreement (CLA) before we are able to merge. If you have any questions about the contribution process, please feel free to send an email to quorum_info@jpmorgan.com.

License

The go-ethereum library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.