Create the Hyperledger Channel
Create your Hyperledger Channel
Before deploying your smart contract, you need to establish an environment for running the smart contract. You need to create a Fabric Channel and join all peers to your Fabric Channel.
In terminal 1, execute the following commands to create a Fabric Channel ${USER}-channel
In terminal 2, join the newly created channel (via the ~/channel.block; shared in your home directory)
Do the same in terminal 3
Last updated
Was this helpful?