From c806f151afccda5d54d93cc0f2ccd24a0166db58 Mon Sep 17 00:00:00 2001 From: Joel Burget Date: Wed, 29 Nov 2017 14:34:42 -0500 Subject: [PATCH] Fix 7nodes note in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eae21f6..b1e1700 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains setup examples for Quorum. 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 with a mix of block makers, voters, and unprivileged nodes. From this example one can test consensus, privacy, and all the expected functionality of an Ethereum platform. This also demonstrates how to add, remove, and update the list of nodes permitted to participate in the network. +* [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. * [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).