-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:yeasy/blockchain_guide
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 区块链的诞生 | ||
|
||
** 大道无形,链生其中。 ** | ||
**大道无形,链生其中。** | ||
|
||
认识新事物,首先要弄清楚它的来龙去脉。知其出身,方能知其所以然。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 核心技术概览 | ||
|
||
** 设计之妙夺造化,存乎一心胜天工。 ** | ||
**设计之妙夺造化,存乎一心胜天工。** | ||
|
||
跨境商贸中签订的合同,怎么确保对方能严格遵守和及时执行? | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 典型应用场景 | ||
|
||
** 创新落地,应用为王。 ** | ||
**创新落地,应用为王。** | ||
|
||
新的技术能否最终落地得以普及,受很多因素影响,其中最关键一点便是合适的应用场景。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 分布式系统核心技术 | ||
|
||
** 万法皆空,因果不空。 ** | ||
**万法皆空,因果不空。** | ||
|
||
随着摩尔定律碰到瓶颈,分布式架构逐渐流行起来。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 比特币 —— 区块链思想诞生的摇篮 | ||
|
||
** 之所以看得更远,是因为站在了巨人的肩膀上。** | ||
**之所以看得更远,是因为站在了巨人的肩膀上。** | ||
|
||
作为区块链思想的源头,比特币项目值得区块链技术爱好者们仔细学习和研究。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 操作 Fabric 网络 | ||
|
||
** 万事万物皆系统。可观,然后可以控。 ** | ||
**万事万物皆系统。可观,然后可以控。** | ||
|
||
本章将讲解使用和管理 Fabric 网络的常见操作,包括管理通道、链码等资源,利用事件监听和网络发现来提高使用效率等,还介绍了 SDK 项目,运维和升级网络的操作。最后,本章探讨了生产环境部署管理的注意事项。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 智能合约开发 | ||
|
||
** 代码即律法(Code is law)。 ** | ||
**代码即律法(Code is law)。** | ||
|
||
智能合约丰富了区块链技术的适用范围,让分布式账本支持大规模的商业应用成为可能。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 性能与评测 | ||
|
||
** 过早优化,往往引来各种麻烦。 ** | ||
**过早优化,往往引来各种麻烦。** | ||
|
||
一项技术究竟能否实用,有两项基本指标十分关键:一是功能的完备;一是性能的达标。 | ||
|
||
|