Prerequisites
- System Pre-requisites
A. Docker should be installed.
B. Git should be installed.
C. Docker compose should be installed
D. Git bash path should be set in environment variables for Windows OS.
E. Set bash CLI to bash for Linux OS.
F. Add user to “sudo” group for Linux OS. - Hyperledger fabric network should be running on a local system.
- Channel must be created on the local network.
Deploy Hyperledger Fabric Chaincode on Local System in DL Gateway Fabric Blockchain
-
On the deploy chaincode screen, under the deploy on local section, select the channel you want to use from the channel list.
-
Then browse to the base folder of your project and select it.
-
Next, enter the Chaincode Name in the input box given.
-
Once chaincode name’s availability is confirmed, enter the Chaincode Version .
-
Click on the Deploy button to deploy chaincode on the local system network.
-
If your chaincode is successfully deployed then, it will be listed under the containers tab in the sidebar.