Step 4 - Configure a channel
Channel
function configureChannel() {
......
createChannelGenesisBlock
createChannel
infoln "Channel '$CHANNEL_NAME' created"
## Join all the peers to the channel
infoln "Joining investorOrg peer to the channel..."
joinChannel investorOrg
infoln "Joining managementOrg peer to the channel..."
joinChannel managementOrg