From fbfa71c9e99dfc504462e50c355b3754de336262 Mon Sep 17 00:00:00 2001 From: Rafael Sarres de Almeida Date: Tue, 25 Jul 2017 13:23:14 -0300 Subject: [PATCH] 5NodesRTGS was transfered to Banco Central do Brasil organization, the repository link on README.md needs to be updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7658b80..79c00bc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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. * [permissions](https://github.com/jpmorganchase/quorum-examples/tree/master/examples/permissions): Focuses on how to add, remove, and update the list of nodes permitted to participate in the network. -* [5nodesRTGS](https://github.com/rsarres/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. +* [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).