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.
- The chaincode must be deployed on DL Gateway Fabric Blockchain
Invoke Chaincode in DL Gateway Fabric Blockchain
-
On Invoke Chaincode screen, enter Function Name in input box given.
-
After that, enter Arguments for the function entered above.
-
Note: Arguments should be in format [“args1”,”args2”,”args3”,…].
-
Then, click on Invoke button.
-
Wait for the function to invoke. Once invoked successfully, Transaction ID will appear below invoke button.
-
Copy the transaction ID by clicking on the copy icon.
-
Click on the Get Transaction button to redirect to the Get Transaction Details screen.