Skip to content

punneng/hyperledger-fabric-docker-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

A docker compose scaffold for hyperledger fabric v0.6. This scaffold contains a list of custom ENROLLID and ENROLLSECRET

It consists of 3 particular nodes. The first one is Membersrvc where you can set the credentials for all peers in your network. The next one is the root validation node for the first peer in your network and the last one is the children validation nodes of the root validation node.

More information

Prerequisites

docker and docker-compose and vagrant version 1.8.6

Installation

Fabric baseimage ,

docker pull hyperledger/fabric-baseimage:x86_64-0.2.2
docker tag <fabric-baseimage image id> hyperledger/fabric-baseimage:latest

Membersrvc node,

docker pull punneng/hyperledger-fabric-membersrvc
cd your/workplace/hyperledger-fabric-docker/membersrvc
docker-compose up

the second one, Root node with ENROLLID test_vp0 and ENROLLID hackathon000

docker pull hyperledger/fabric-peer:latest
cd your/workplace/hyperledger-fabric-docker/osx_or_linux/root
docker-compose up

and the last one is the additional validation node with ENROLLID test_vp1 and ENROLLID hackathon001

cd your/workplace/hyperledger-fabric-docker/osx_or_linux/peer
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages