From 4ef89afe03abe6276e882dffbd9a9f63c8ce85f6 Mon Sep 17 00:00:00 2001 From: yjjnls Date: Wed, 30 Jan 2019 16:41:21 +0800 Subject: [PATCH] add pbft paper --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef110c9..82ff7dc 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,8 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo ### Consortium Blockchain * **Theory** - - [The Byzantine Generals Problem](https://people.eecs.berkeley.edu/~luca/cs174/byzantine.pdf) + - [**The Byzantine Generals Problem**](https://people.eecs.berkeley.edu/~luca/cs174/byzantine.pdf) + - [**Practical Byzantine Fault Tolerance**](http://pmg.csail.mit.edu/papers/osdi99.pdf) - [Is consortium blockchain better?](http://www.infoq.com/cn/news/2018/10/is-consortium-blockchain-better) - [5 consortium blockchain comparison](http://www.infoq.com/cn/articles/5-consortium-blockchain-comparison) / [quick version](https://upload-images.jianshu.io/upload_images/11336404-f753396df0e930c8.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - [FISCO BCOS vs Fabric](http://www.infoq.com/cn/news/2018/09/uncover-consortium-blockchain)