Search code examples
hyperledger-fabrichyperledger-composer

create a unique Hyperledger admin card and settings


I want to create a Hyperledger composer data starting from scratch using yeoman system. I can start the system using

yo Hyperledger-composer:nameOfBusiness

at the terminal.

How do I proceed from this? I want to create my own admin and peer settings between multiple computer. I have searched some tutorials, but they are always business card built in. How do I create my own unique crypto config and crypto materials?


Solution

  • I would suggest working with the Fabric tutorial Building Your First Network, then you will have background for the steps you need to create your own Custom Fabric. This tutorial simulates a Multi-Org Fabric running on a single development machine, so you will then need to investigate networking for the multi machine config. Multi machine connectivity of Docker Containers is usually handled with Kubernetes or Docker Swarm so you would need to use one of those.

    Composer is a layer on top of Fabric so when the Fabric is running you can add Composer, and the Multi Org tutorial shows the steps needed for Composer to work with a Multi-Org Fabric.