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.
- oc client
- Ansible
ansible-playbook install.ymlRemember to update
install.ymlusing your openshift credentials. Make sure your user hascluster-adminrole before running the playbook.