Skip to content

litong01/fabinterop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Management Dashboard Gateway

  1. Clone everything from this repo
   git clone https://github.com/litong01/fabinterop.git
  1. Build the docker image file by using the following command:
   docker build -t cmcc:latest .
  1. Once you have the docker image, use the following command to start an instance
   ./cmcc.sh <orgname> <port> <channelname> <chaincodename>

   For example, 
     to start instance for org0 at port 8080, do the following:
      ./cmcc.sh org0 8080 interopchannel0 cmcc0
     to start instance for org1 at port 9090, do the following:
      ./cmcc.sh org1 9090 interopchannel0 cmcc0

The above assume that your key files organized like the following:
    ./keyfiles/org0/users/Admin@org0/msp/admincerts/[email protected]
    ./keyfiles/org0/users/Admin@org0/msp/keystore/admin_private.key
    ./keyfiles/org0/connection.yml
    ./keyfiles/org1/users/Admin@org1/msp/admincerts/[email protected]
    ./keyfiles/org1/users/Admin@org1/msp/keystore/admin_private.key
    ./keyfiles/org1/connection.yml

About

hyperledger fabric interop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published