Skip to content

Blockchain Solution with Hyperledger Fabric + Hyperledger Explorer on Openshift

Notifications You must be signed in to change notification settings

luszczynski/hyperledger-fabric-openshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Solution with Hyperledger Fabric + Hyperledger Explorer on Openshift

This is a simple guide to help you implement a complete Blockchain solution using Hyperledger Fabric v1.3 with Hyperledger Explorer v0.3.7 on top of a Openshift platform.

This solution uses also CouchDB as peer's backend, Apache Kafka topics for the orderers and a NFS Server (Network file system) to share data between the components.

For more details about hyperledger, please take a look at original repo

This repo use original repo as a baseline for this demo. Many files were added/altered/excluded to support Hyperledger on Openshift.

PRE-REQ

  • oc client
  • Ansible

RUN THIS DEMO

ansible-playbook install.yml

Remember to update install.yml using your openshift credentials. Make sure your user has cluster-admin role before running the playbook.

About

Blockchain Solution with Hyperledger Fabric + Hyperledger Explorer on Openshift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.8%
  • Shell 15.2%