Quorum documentation update (#703)

updated documentation to link to quorum examples repo.
This commit is contained in:
Krish1979 2019-05-02 21:48:07 +01:00 committed by Samer Falah
parent d4456b9eb6
commit 5554f7a858
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# 7nodes
## Demonstrating Privacy
The 7nodes example comes with some simple contracts to demonstrate the privacy features of Quorum. In this demo we will:
The [7nodes example](https://github.com/jpmorganchase/quorum-examples/tree/master/examples/7nodes) comes with some simple contracts to demonstrate the privacy features of Quorum.
In this demo we will:
* Send a private transaction between nodes 1 and 7
* Show that only nodes 1 and 7 are able to view the initial state of the contract

View File

@ -1,10 +1,10 @@
# Quorum Examples
This repository contains setup examples for Quorum.
This section details couple of setup [examples for Quorum](https://github.com/jpmorganchase/quorum-examples.git)
Current examples include:
* [7nodes](https://github.com/jpmorganchase/quorum-examples/tree/master/examples/7nodes): Starts up a fully-functioning Quorum environment consisting of 7 independent nodes. From this example one can test consensus, privacy, and all the expected functionality of an Ethereum platform.
* [7nodes](../7Nodes): Starts up a fully-functioning Quorum environment consisting of 7 independent nodes. From this example one can test consensus, privacy, and all the expected functionality of an Ethereum platform.
* [5nodesRTGS](https://github.com/bacen/quorum-examples/tree/master/examples/5nodesRTGS): [__Note__: This links to an external repo which you will need to clone, thanks to @rsarres for this contribution!] Starts up a set of 5 nodes that simulates a Real-time Gross Setlement environment with 3 banks, one regulator (typically a central bank) and an observer that cannot access the private data.
The easiest way to get started with running the examples is to use the vagrant environment (see below).