We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6618ff commit 6e97457Copy full SHA for 6e97457
doc/1.1、hyperledger1.0分布式环境搭建.md
@@ -19,22 +19,23 @@ Shell> curl -sSL https://goo.gl/kFFqh5 | bash -s 1.0.6 #该版本是本文在
19
Shell> git clone https://github.com/hyperledger/fabric-samples.git # 下载演示工程目录,我们要搭建的环境其实就是自己阅读一遍这里的代码然后自己模拟一下这个搭建过程
20
```
21
22
-## 三、分布式环境搭建步骤
23
-
24
25
26
27
28
+如上命令执行完成后会在当前目录下自定新建一个`bin`目录里面包含了`超级账本`运行时所要依赖到的二进制文件。
+```bash
+[root@localhost fabric]# tree
+.
+└── bin
+ ├── configtxgen
+ ├── configtxlator
29
+ ├── cryptogen
30
+ ├── get-byfn.sh
31
+ ├── get-docker-images.sh
32
+ ├── orderer # 排序服务实现二进制文件
33
+ └── peer # peer节点实现二进制文件
34
+```
35
36
+## 三、分布式环境搭建步骤
37
38
39
40
## 四、参考资料
41
0 commit comments