Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e97457

Browse files
committed
fix bug
1 parente6618ff commit6e97457

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

‎doc/1.1、hyperledger1.0分布式环境搭建.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,23 @@ Shell> curl -sSL https://goo.gl/kFFqh5 | bash -s 1.0.6 #该版本是本文在
1919
Shell> git clone https://github.com/hyperledger/fabric-samples.git# 下载演示工程目录,我们要搭建的环境其实就是自己阅读一遍这里的代码然后自己模拟一下这个搭建过程
2020
```
2121

22-
##三、分布式环境搭建步骤
23-
24-
25-
26-
27-
28-
22+
如上命令执行完成后会在当前目录下自定新建一个`bin`目录里面包含了`超级账本`运行时所要依赖到的二进制文件。
23+
```bash
24+
[root@localhost fabric]# tree
25+
.
26+
└── bin
27+
├── configtxgen
28+
├── configtxlator
29+
├── cryptogen
30+
├── get-byfn.sh
31+
├── get-docker-images.sh
32+
├── orderer# 排序服务实现二进制文件
33+
└── peer# peer节点实现二进制文件
34+
```
2935

36+
##三、分布式环境搭建步骤
3037

3138

3239

3340
##四、参考资料
3441

35-
36-
37-
38-
39-
40-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp