Skip to content

Fabric Network is a DLT based solution built from IBM and part of the Linux Foundation. The example is given by the Halo Network project.

License

Notifications You must be signed in to change notification settings

BigG-DSC/fabric-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fabric Network is a DLT based solution built from IBM and part of the Linux Foundation. The example is given by the Halo Network project.

Resources

License

Stars

Watchers

Forks

Languages