# my_fabric **Repository Path**: torchW/my_fabric ## Basic Information - **Project Name**: my_fabric - **Description**: 存放自定义fabric网络,借鉴的教程视频:https://www.bilibili.com/video/BV1qL411K7eQ/?spm_id_from=333.999.0.0&vd_source=36b7d76c9994d92017b7c30df09d9120; 这里还放了我区块链实验课搭建的网络 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: orderer-3-org-2-peer_each_org-2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-30 - **Last Updated**: 2023-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Note /bin, /config:二进制文件。 crypto-config:拓扑网络模板文件,3个orderer节点,2个组织,每个组织2个peer节点。 /crypto-config:根据上面的模板文件生成的拓扑网络,包含身份信息等等。 configtx.yaml:网络配置文件,用于生成创世块文件和通道文件。 channel-artifacts:channel部件,包含创世块文件、通道文件等等。 /orderer0, /orderer1, /orderer2:二进制bin部署的orderer节点