从零开始配置 Hyperledger Fabric Network
Hyperledger Fabric Network config from scratch
我正在尝试了解 Hyperledger Fabric 网络配置。
我阅读了文档并试图理解示例,但它有很多文件,除了提供的测试网络示例之外,我找不到任何用于从头开始设置网络的文件。
我的问题是:
- 我必须在哪里写我的组织、渠道、CA?
- 启动网络的最低配置是什么?
- 这些配置文件的可用参数列表在哪里,例如对等属性等?
希望您的答案更加清晰。
您可以按照“Building Your First Network" tutorial. There is a byfn.sh file where you can find all the necessary steps. You can also do everything with manual commands which is also written on later section of "Building Your First Network”教程进行操作。
我正在尝试了解 Hyperledger Fabric 网络配置。
我阅读了文档并试图理解示例,但它有很多文件,除了提供的测试网络示例之外,我找不到任何用于从头开始设置网络的文件。
我的问题是:
- 我必须在哪里写我的组织、渠道、CA?
- 启动网络的最低配置是什么?
- 这些配置文件的可用参数列表在哪里,例如对等属性等?
希望您的答案更加清晰。
您可以按照“Building Your First Network" tutorial. There is a byfn.sh file where you can find all the necessary steps. You can also do everything with manual commands which is also written on later section of "Building Your First Network”教程进行操作。