-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The ask is to identify the command capability of the VS Code extension. Consider the following:
- A developer passes a running Hyperledger Fabric network configuration file to the debugger extension we're building.
- The extension would need to install the smart contract in the runtime instance of one of the peer nodes.
- Hyperledger Fabric follows lifecycle of the chaincode which has install, approve and commit as the steps.
At the bare minimum, one should be able to install, approve and commit on demand. In other simplified option, a run action triggered by the user should automatically run these commands behind the scene.
Assumption:
- The user has flexibility to configure the chaincode name used for installation.
- The debugger plugin will spit out information such as insufficient permission to run the debugger itself. It is the responsibility of the smart contract developer to pass a valid runtime of Hyperledger Fabric network.
Metadata
Metadata
Assignees
Labels
No labels