Subhra Mazumdar
Subhra Mazumdar

Reputation: 111

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

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

Upvotes: 1

Views: 2121

Answers (1)

Urko
Urko

Reputation: 1477

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.

Upvotes: 2

Related Questions