Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbos authored Nov 9, 2022
1 parent 5d4d3c6 commit fd0b9e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
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.

0 comments on commit fd0b9e8

Please sign in to comment.