动态添加组织

Adding Organisations Dynamically

在 hyperledger fabric 1.0 中,是否可以在网络启动后添加新组织?我的意思是在创建 orderer 块之后可以将新组织添加到网络中?

来自https://chat.hyperledger.org/channel/fabric-questions

1) In the 1.0.0-alpha, you could add organizations by adding new channels but it was not possible to add new organizations to existing channels

2) In the current master / upcoming alpha2 release, it is technically possible to change the membership for an existing channel as well as add/remove members from the consortium. You can do this via config update transactions. While there is support for this within the ordering service, there is currently no support for this in the tooling but work is underway to produce a tool to aid in reconfiguring channels

Direct link