Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.54 KB

Fabric Network Template

The HyperLedger Fabric Network is a IBM DLT for general-purpose projects. This project is open source and allow for the deployment on several virtual machines geographically distributed. The following implementation has been tested on Ubuntu 18 and has predefined certificates.

Release Notes

Fabric Version Supported
v2.2

Quick start

Prerequisites

Start Hyperledger Fabric network

Start the orderer first:

$ cd network/vm4
$ ./docker-compose -f ca/docker-compose.yaml up -d

Start the peers:

$ cd network/vmX
$ ./docker-compose up -d

Create a Channel

Create the channel in the peer 1:

$ cd network/vm1
$ ./createChannel.sh

Join the channel in the peer 2-3:

$ cd network/vmX
$ ./joinChannel.sh

License

Hyperledger Fabric Project source code is released under the Apache 2.0 license.