From fd0b9e835719ba22b8d9a3da3cf23a7ad7eb4a3c Mon Sep 17 00:00:00 2001 From: Matthijs van den Bos Date: Wed, 9 Nov 2022 13:49:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb91c1af2..e029c3171 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Build Status](https://dev.azure.com/NeoZKP/zkflow/_apis/build/status/ZKFLow%20PRs%20and%20mergest%20to%20master?branchName=master)](https://dev.azure.com/NeoZKP/zkflow/_build/latest?definitionId=1&branchName=master) - -ZKFlow is a software library that enables Corda CorDapps to create private transactions on Corda. +The ZKFlow consensus protocol enables private transactions on Corda using ZKP. ZKFlow enables CorDapp builders to make some or all states in a transaction private. Private states will not be present in the backchain, nor will they be disclosed to the notary. Instead, they are replaced by Zero Knowledge proofs that guarantee validity of those hidden states. Direct counterparties to a transaction do have access to all its private contents, so that they know what transaction they are signing. @@ -85,4 +83,4 @@ Built binaries will be stored in `./target/release`. Move the `zargo`, `znc` and ## Contributing to ZKFlow -If you want to make changes to ZKFlow, great! We welcome pull requests at any time. If you decide to create a PR, please keep the [contributing guidelines](CONTRIBUTING.md) in mind. \ No newline at end of file +If you want to make changes to ZKFlow, great! We welcome pull requests at any time. If you decide to create a PR, please keep the [contributing guidelines](CONTRIBUTING.md) in mind.