Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a system channel genesis block from the configtx.yaml sample solo profile:

   configtxgen -profile SampleSingleMSPSolo -channelID test-system-channel-name -outputBlock sampleconfig/genesisblock

Start orderer, which by default will use /sampleconfig/genesisblock to bootstrap the system channel:

   orderer


peer terminal

Start peer (with debug logging enabled for all but the chattiest packages):

...

Create a channel genesis block from the configtx.yaml sample channel profile:

   configtxgen -channelID mychannel -outputCreateChannelTx mychannel.tx -profile SampleSingleMSPChannel

...