Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
this commit can be reverted if needed
  • Loading branch information
makevoid committed Sep 27, 2019
1 parent e7c2a1e commit 15e929b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

K0 is an implementation of [Zerocash](http://zerocash-project.org/) for smart contract platforms. Currently Ethereum and Hyperledger Fabric are supported. The protocol has been modified slightly to enable an additional use case, namely the use of a predefined private payment in a secondary smart contract. For more information please read our [technical description](https://appliedblockchain.com/k0.pdf).

__WARNING! This is alpha-stage software. It has not been security-audited. DO NOT USE IN PRODUCTION!__
__WARNING! This is alpha-stage software. It has not been security-audited yet.__

A quickstart guide to run some integration tests is provided [below](#quickstart). If you want to start developing with/on K0 (not needed for the quickstart), please consult the README files in the following subdirectories:
- [cpp: Build and run C++ components](cpp)
Expand Down Expand Up @@ -42,4 +42,4 @@ docker-compose logs -f --tail 100
After the tests have run, shut down the network:
```
docker-compose down
```
```

0 comments on commit 15e929b

Please sign in to comment.