From 85327f743b9735c32ae9231cbdde509e243ba0df Mon Sep 17 00:00:00 2001 From: David Voell Date: Sun, 20 Nov 2016 21:35:01 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2b370f7692a2..8d0331f5e1a2 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ at block: 679 (Tue, 15 Nov 2016 00:01:05 UTC) Note in particular the `v` field of "0x25" (37 in decimal) which marks this transaction as having a private payload (input). +## Demonstrating Privacy +Documentation detailing steps to demonstrate the privacy features of Quorum can be found in the [Testing Quorum](https://github.com/jpmorganchase/quorum/wiki/Getting-Set-Up) section of the wiki. + ## Further Reading Further documentation can be found in the [docs](docs/) folder and on the [wiki](https://github.com/jpmorganchase/quorum/wiki/). From 59a045e20c062fb72635b1fb2ceee46590fe6d7e Mon Sep 17 00:00:00 2001 From: David Voell Date: Mon, 21 Nov 2016 09:30:23 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0331f5e1a2..10b8d478d5d1 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ at block: 679 (Tue, 15 Nov 2016 00:01:05 UTC) Note in particular the `v` field of "0x25" (37 in decimal) which marks this transaction as having a private payload (input). ## Demonstrating Privacy -Documentation detailing steps to demonstrate the privacy features of Quorum can be found in the [Testing Quorum](https://github.com/jpmorganchase/quorum/wiki/Getting-Set-Up) section of the wiki. +Documentation detailing steps to demonstrate the privacy features of Quorum can be found in [quorum-examples/7nodes/README](https://github.com/jpmorganchase/quorum-examples/tree/master/examples/7nodes/README.md). ## Further Reading