从零开始配置 Hyperledger Fabric Network

Hyperledger Fabric Network config from scratch

我正在尝试了解 Hyperledger Fabric 网络配置。

我阅读了文档并试图理解示例,但它有很多文件,除了提供的测试网络示例之外,我找不到任何用于从头开始设置网络的文件。

我的问题是:

希望您的答案更加清晰。

您可以按照“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”教程进行操作。