Hyperledger fabric : How to set up a distributed network of peer nodes?

耗尽温柔 提交于 2019-12-11 04:45:36

问题


How to set-up distributed system of peer nodes in different machines in hyperledger-fabric v1.0.0 beta ?


回答1:


First of all, you should define how is going to be your network, i.e. how many and wich nodes are going to be started up in each machine. Then, you should define the docker-compose files for each machine. There you define the nodes that you will put up in each machine.

At the end, you will start up the nodes.

Make sure that you define well the configuration of all the config files, especially the hosts.



来源:https://stackoverflow.com/questions/44842660/hyperledger-fabric-how-to-set-up-a-distributed-network-of-peer-nodes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!