Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.18 KB

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.