Skip to content

Commit 08d0273

Browse files
authoredSep 10, 2020
Update README.md
1 parent 95027e4 commit 08d0273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The three main issues being tackled by zkPoD are
2626

2727
A cryptographic protocol, PoD (proof of delivery), is developed to try to solve the issues, ensuring **fairness** between data buyers and sellers. The protocol is zero-knowledge and provable secure (*ongoing work*). See our [technical paper](https://sec-bit.github.io/zkPoD-node/paper.pdf) for more information.
2828

29-
zkPoD is practical and efficient. It could deliver data with TBs in theory. See [performance evaluation section](##Performance) below.
29+
zkPoD is practical and efficient. It could deliver data with TBs in theory. See [performance evaluation section](#Performance) below.
3030

3131
[![asciicast-gif](img/demo.min.gif)](https://asciinema.org/a/251240?autoplay=1&speed=2.71828182846)
3232

@@ -66,7 +66,7 @@ For tabulated data, each row is a record with fixed columns. The buyer may send
6666

6767
#### Data transaction
6868

69-
We present three variant protocols, PoD-AS, PoD-AS* and PoD-CR, used for different purposes. See the [performance evaluation section](##Performance) and our [technical paper](https://sec-bit.github.io/zkPoD-node/paper.pdf) for detailed specification and comparison.
69+
We present three variant protocols, PoD-AS, PoD-AS* and PoD-CR, used for different purposes. See the [performance evaluation section](#Performance) and our [technical paper](https://sec-bit.github.io/zkPoD-node/paper.pdf) for detailed specification and comparison.
7070

7171
For simplicity, we introduce two main types of trading mode for data delivery.
7272

0 commit comments

Comments
 (0)
Please sign in to comment.