1 Star 0 Fork 1

hexijiehaha/build-blockchain-insurance-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configtx.yaml 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Ishan Gulhane 提交于 2017-10-30 16:56 . Update network name
---
Profiles:
FourOrgsGenesis:
Orderer:
<<: *OrdererDefaults
Organizations:
- *OrdererOrg
Consortiums:
InsuranceConsortium:
Organizations:
- *InsuranceOrg
- *ShopOrg
- *RepairShopOrg
- *PoliceOrg
FourOrgsChannel:
Consortium: InsuranceConsortium
Application:
<<: *ApplicationDefaults
Organizations:
- *InsuranceOrg
- *ShopOrg
- *RepairShopOrg
- *PoliceOrg
Organizations:
- &OrdererOrg
Name: OrdererOrg
ID: OrdererMSP
MSPDir: cli/peers/ordererOrganizations/orderer-org/msp
- &InsuranceOrg
Name: InsuranceOrgMSP
ID: InsuranceOrgMSP
MSPDir: cli/peers/peerOrganizations/insurance-org/msp
AnchorPeers:
- Host: insurance-peer
Port: 7051
- &ShopOrg
Name: ShopOrgMSP
ID: ShopOrgMSP
MSPDir: cli/peers/peerOrganizations/shop-org/msp
AnchorPeers:
- Host: shop-peer
Port: 7051
- &RepairShopOrg
Name: RepairShopOrgMSP
ID: RepairShopOrgMSP
MSPDir: cli/peers/peerOrganizations/repairshop-org/msp
AnchorPeers:
- Host: repairshop-peer
Port: 7051
- &PoliceOrg
Name: PoliceOrgMSP
ID: PoliceOrgMSP
MSPDir: cli/peers/peerOrganizations/police-org/msp
AnchorPeers:
- Host: police-peer
Port: 7051
Orderer: &OrdererDefaults
OrdererType: solo
Addresses:
- orderer0:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
Organizations:
Application: &ApplicationDefaults
Organizations:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hexijiehaha/build-blockchain-insurance-app.git
git@gitee.com:hexijiehaha/build-blockchain-insurance-app.git
hexijiehaha
build-blockchain-insurance-app
build-blockchain-insurance-app
master

搜索帮助