Skip to content

Latest commit

 

History

History
executable file
·
79 lines (77 loc) · 3.82 KB

README.md

File metadata and controls

executable file
·
79 lines (77 loc) · 3.82 KB

IBM Blockchain Extension for VSCode

The IBM Blockchain extension allows a user to write and test chaincode projects in Visual Studio Code:

  • Generate skeleton chaincode projects
  • Adds a Fabric view to connect and interact with Fabric Blockchain networks

Start a new Fabric chaincode project

Start a new Fabric chaincode project

Edit/ write chaincode files

Edit chaincode files

Create a package from a chaincode project

Coming in a later version. See issue #2

Create and connect to local_fabric runtime

Coming in a later version. See issue #10

Connect to a specified (remote) Fabric runtime and discover the existing resources

Connect to a specificed(remote)Fabric runtime and discover the existing resources

Install new chaincode

Install new chaincode Install new chaincode

Instantiate new chaincode

Instantiate new chaincode Instantiate new chaincode

Test new chaincode

Coming in a later version. See issue #18

Commands

The IBM Blockchain extension provides commands in the Command Palette for working with chaincode files:

License

The source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file.