Go to file
jpmsam 2d22fd0044 version update 2019-04-04 16:45:40 -04:00
.github update CONTRIBUTING.md with quorum wiki 2019-02-27 14:03:53 +08:00
accounts Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
bmt Merge attempt 2018-05-31 14:16:44 +08:00
build remove comment 2019-03-07 15:15:20 +08:00
cmd Transaction size limit support via genesis 2019-02-12 17:23:59 -05:00
common merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
consensus Merge remote-tracking branch 'remotes/origin/master' into AJ-geth-upgrade-1.8.18 2019-02-13 17:26:38 +08:00
console all: remove the duplicate 'the' in annotations (#17509) 2018-08-27 11:49:29 +03:00
containers Merge remote-tracking branch 'remotes/geth/release/1.8' into merge-193 2018-07-24 16:11:05 +08:00
contracts contracts/ens: expose Add and SetAddr in ENS (#17661) 2018-09-28 22:46:41 +02:00
core Reading default transaction size limit, if it is 0 2019-04-04 10:58:44 -04:00
crypto fix merge conflict 2019-02-10 20:36:32 +08:00
dashboard dashboard: append to proper slice (#17266) 2018-07-30 12:48:16 +03:00
docs Raft doc and log message updates 2019-02-15 16:36:11 +00:00
eth remove TODO related to review 2019-02-25 16:30:54 +08:00
ethclient ethclient: include block hash from FilterQuery (#17996) 2018-11-08 13:26:47 +01:00
ethdb ethdb, rpc: support building on js/wasm (#17709) 2018-10-16 00:47:25 +02:00
ethstats ethstats: pass engine protocol name for quorum 2018-10-12 00:43:30 +08:00
event event/filter: delete unused package (#18063) 2018-11-08 14:26:29 +02:00
internal merge with quorum upstream 2019-03-18 11:43:03 +08:00
les Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:50 +08:00
light Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
log Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
metrics metrics, p2p: add ephemeral registry (#18067) 2018-11-09 10:20:51 +01:00
miner merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
mobile Merge remote-tracking branch 'remotes/goeth/release/1.8' into geth-upgrade-1.8.15_new 2018-10-04 16:19:02 +08:00
node merge 1.8.18 with quorum/master 2019-02-08 17:29:01 +08:00
p2p update comments 2019-02-26 16:33:29 +08:00
params version update 2019-04-04 16:45:40 -04:00
private Merge remote-tracking branch 'remotes/origin/master' into geth-upgrade-1.8.18 2019-01-25 22:29:22 +08:00
raft Merge pull request #656 from jbhurat/raft-panic-adding-peer 2019-03-29 14:19:39 -04:00
rlp rlp: fix comment typo (#17640) 2018-09-11 18:05:28 +03:00
rpc Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
signer signer: remove ineffectual assignments (#18049) 2018-11-07 14:55:54 +02:00
swarm Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:50 +08:00
tests Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
trie trie: remove unused originalRoot field (#17862) 2018-10-08 13:16:16 +02:00
vendor Merge remote-tracking branch 'remotes/origin/master' into geth-upgrade-1.8.18-latest 2019-02-10 20:31:51 +08:00
whisper Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:50 +08:00
.bintray.json Binaries distribution to Bintray (#623) 2019-01-23 15:10:09 -05:00
.dockerignore Docker: Add git commit hash (#554) 2018-10-22 15:00:03 -04:00
.gitattributes Merge attempt 2018-05-31 14:16:44 +08:00
.gitignore Merge attempt 2018-05-31 14:16:44 +08:00
.gitmodules Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04:00
.mailmap Merge attempt 2018-05-31 14:16:44 +08:00
.travis.yml travis: run quorum-acceptance-tests for pull requests (#637) 2019-02-22 16:24:15 -05:00
AUTHORS all: switch out defunct set library to different one (#16873) 2018-07-16 10:54:19 +03:00
BUILDING.md Update BUILDING, adding Windows info 2019-02-25 12:39:46 -05:00
COPYING all: update license information 2015-07-07 14:12:44 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile fixgo11 2019-01-14 15:14:41 +00:00
Dockerfile.alltools fixgo11 2019-01-14 15:14:41 +00:00
Makefile Merge branch 'goeth-1.8.18' into geth-upgrade-1.8.18 2019-01-29 19:08:14 +08:00
NOTES.md Update NOTES.md 2018-12-03 10:04:37 -05:00
README.md Minor update to README (#622) 2019-01-16 16:19:44 -05:00
appveyor.yml travis, appveyor: bump to Go 1.11.2 (#18031) 2018-11-07 13:17:41 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
interfaces.go eth/filters, ethereum: EIP-234 add blockHash param for eth_getLogs 2018-07-12 18:16:32 +03:00
logo.png Documentation wording and formatting changes (#492) 2018-08-24 09:08:02 -04:00

README.md

Quorum Slack Build Status Download

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.

Official Docker Containers

The official docker containers can be found under https://hub.docker.com/u/quorumengineering/

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.