IBM-Blockchain / blockchain-vscode-extension

IBM Blockchain Platform extension for Visual Studio Code (this project is no longer active)
https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform
Other
267 stars 156 forks source link

1 Org local fabric network is not getting created PEER and orderer with latest version i.e. 2.2+ #2727

Closed techatwork-a closed 3 years ago

techatwork-a commented 3 years ago

1 Org local fabric network is not getting created PEER and orderer with latest version i.e. 2.2+

Description

I have created Blockchain network using "1 Org local fabric" option of extension. It has created network with version "1.4.6". Kindly let me know option to create network with 2.2 or latest version of PEER and orderer.

Jakeeyturner commented 3 years ago

Hello,

Local environments created using the v1 extension will only be created with 1.4.x binaries. However, you are able to import your own network into the extension which uses v2 binaries (with v1 capabilities).

Thanks, Jake

techatwork-a commented 3 years ago

Hello,

Local environments created using the v1 extension will only be created with 1.4.x binaries. However, you are able to import your own network into the extension which uses v2 binaries (with v1 capabilities).

Thanks, Jake

Sorry, I didn't get you. Do we have to import any file which will create local network with 2.2. Also, if you have any sample file or tutorial, please post here.

jambonrose commented 3 years ago

@techatwork-a :

How did you install the IBP extension? If you installed it within the VS Code marketplace, you are running version 1 of the extension. If you would like to deploy a Hyperledger Fabric 2 network from within the extension, you must download a VSIX file directly from the Github releases page for the extension. Here's a direct link to the 2.0.0-beta.8.vsix file, which is the latest version at the time of writing.

techatwork-a commented 3 years ago

Closing