Skip to content

Research command capability of VS Code extension #4

@arsulegai

Description

@arsulegai

The ask is to identify the command capability of the VS Code extension. Consider the following:

  1. A developer passes a running Hyperledger Fabric network configuration file to the debugger extension we're building.
  2. The extension would need to install the smart contract in the runtime instance of one of the peer nodes.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions