The new organization is logically added to the channel through a configuration update. To physically add it to our trade network and make it participate in shared ledger transactions, we need to:
- Join the exporting entity organization's peers to tradechannel
- Install the current version of the chaincode on the newly added peers
The good news is that there is nothing new to be done here. We have already implemented functions for both these procedures (joinChannel in join-channel.js and installChaincode in install-chaincode.js, respectively), and we just need to exercise them on behalf of the new organization's resources.
Before running these steps, we must augment the network configuration used by ...