From fa857f0ff2c1f77ff673d14ac6254ce28fea5939 Mon Sep 17 00:00:00 2001 From: yjjnls Date: Thu, 25 Oct 2018 00:30:03 +0800 Subject: [PATCH] update --- Extension/application.md | 10 +++++++++- README.md | 17 +++++++++++++---- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/Extension/application.md b/Extension/application.md index f9790ba..19afab5 100644 --- a/Extension/application.md +++ b/Extension/application.md @@ -1,11 +1,19 @@ # Whys - [区块链不能做什么?](https://www.jianshu.com/p/70f6a29a6296) +- [What can't blockchain do?](https://www.jianshu.com/p/70f6a29a6296) - [6个简单的问题就可以识别空气币项目](https://www.jianshu.com/p/f079a90f2148) +- [6 simple questions to identify fake blockchain project](https://www.jianshu.com/p/f079a90f2148) +- +- [公链不行,联盟链就可以吗?](http://www.infoq.com/cn/news/2018/10/is-consortium-blockchain-better) +- [Is consortium blockchain better?](http://www.infoq.com/cn/news/2018/10/is-consortium-blockchain-better) + +- +- [你需要区块链么?](https://spectrum.ieee.org/computing/networks/do-you-need-a-blockchain) - [Do You Need a Blockchain?](https://spectrum.ieee.org/computing/networks/do-you-need-a-blockchain) - [Blockchains: How They Work and Why They’ll Change the World](https://spectrum.ieee.org/computing/networks/blockchains-how-they-work-and-why-theyll-change-the-world) - [为什么在以太坊上构建项目注定会失败?](https://www.jianshu.com/p/91c4178616fb) - +- [Why building projects on ethereum are destent fail?](http://www.infoq.com/cn/articles/why-building-projects-on-ethereum-are-destent-fail) # Hows - [Blockchains Will Allow Rooftop Solar Energy Trading for Fun and Profit](https://spectrum.ieee.org/computing/networks/blockchains-will-allow-rooftop-solar-energy-trading-for-fun-and-profit) diff --git a/README.md b/README.md index b73a6e7..c9f092d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ The blockchain is an incorruptible digital ledger of economic transactions that - [Development Tutorial](#development-tutorial) - [BitCoin](#bitcoin) - [Ethereum](#ethereum) - - [Fabric](#fabric) + - [Consortium Blockchain](#consortium-blockchain) + - [Fabric](#fabric) + - [FISCO-BCOS](#fisco-bcos) - [Releated Tools](#releated-tools) - [Solidity](#solidity) - [truffle](#truffle) @@ -141,8 +143,8 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch ### Books -- [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide/content/) -- [区块链原理、设计与应用](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%E5%8E%9F%E7%90%86%E3%80%81%E8%AE%BE%E8%AE%A1%E4%B8%8E%E5%BA%94%E7%94%A8.pdf) +- [区块链技术指南](https://yeasy.gitbooks.io/blockchain_guide/content/) by Baohua Yang, 2017 + - [**Blockchain: from Digital Currency to Credit Society**](https://github.com/yjjnls/books/blob/master/block%20chain/%E5%8C%BA%E5%9D%97%E9%93%BE%20%E4%BB%8E%E6%95%B0%E5%AD%97%E8%B4%A7%E5%B8%81%E5%88%B0%E4%BF%A1%E7%94%A8%E7%A4%BE%E4%BC%9A.pdf) - [**Attack of the 50 Foot Blockchain: Bitcoin, Blockchain, Ethereum & Smart Contracts**](https://davidgerard.co.uk/blockchain/table-of-contents/) by David Gerard, London, 2017 -- _What is a bitcoin? ++ @@ -353,10 +355,17 @@ The "classic" Satoshi-blockchain is like a git repo with a single master branch - [Ethereum wiki](https://github.com/ethereum/wiki/wiki) - [Ethereum problems](https://github.com/ethereum/wiki/wiki/Problems) -### Fabric +### Consortium Blockchain +- [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) +- [FISCO BCOS vs Fabric](http://www.infoq.com/cn/news/2018/09/uncover-consortium-blockchain) + +#### Fabric [](https://www.hyperledger.org/projects/fabric) +#### [FISCO-BCOS](https://github.com/FISCO-BCOS/Wiki) + ## Releated Tools ### Solidity