Questions tagged [ibp-vscode-extension]

For any questions regarding features in the IBM Blockchain Platform Visual Studio Code extension. Alternatively, use the [ibm-blockchain] tag for IBM Blockchain Platform runtime questions, or the [hyperledger-fabric] tag for questions about developing smart contracts, client applications, etc.

The IBM Blockchain Platform extension helps developers to create, test and debug smart contracts, connect to Hyperledger Fabric environments, and build applications that transact on your blockchain network.

Links

Related tags

33 questions
2
votes
1 answer

How to connect a Go client application to the IBM VS Code Fabric Extension?

I am working on some projects with Hyperledger Fabric, currently using the IBM VS Code Extension. The chaincode is written in Go, as is the client application which provides a RESTful API, using the Go Fabric SDK. However, I am having trouble…
2
votes
2 answers

Visual Studio Code does not recognize OpenSSL that is already installed [ibp-vscode-extension]

I want to start using the IBM Blockchain Platform extension in Visual Studio Code 2017 using Windows 10. After installing the extension, the prerequisites page informs that OpenSSL is not installed. However, I confirmed that OpenSSL is already…
1
vote
2 answers

IBM Blockchain Platform Extension is not working on Ubuntu 20.04

I just installed all the dependencies required to use the IBM Blockchain Platform extension on linux-Ubuntu. However, I'm facing some problems when trying to use it, the extension brokes right after I open my vscode. Further, I've been searching to…
1
vote
1 answer

Just installed the IBM Blockchain extension but running into an issue starting "1 Org Local Fabric"

Localhost info: OS: Windows 7 IBM Blockchain Platform: 1.0.31 Just installed the IBM Blockchain extension but running into an issue starting "1 Org Local Fabric". I'm following the tutorial on 'A3'. When I right click -> 'Start' on "1 Org Local…
CubeTalks
  • 11
  • 2
1
vote
0 answers

IBM VS code extension fabric submit Transition error

I'm going to connect my local IBM fabric vs code extension smart contract to nodeJS. it's connected successfully and data added successfully. But In the terminal, I show this error error: [Orderer.js]: sendBroadcast - on error: "Error: 14…
1
vote
1 answer

IBM Blockchain platform cannot rebuild native dependencies

I trying to get the IBM Blockchain platform to work in Visual studio code (on Linux), but it keeps coming back with: Could not rebuild native dependencies Failed to execute command "npm" with arguments "rebuild, grpc, --target=6.1.5,…
Mike
  • 3,775
  • 8
  • 39
  • 79
1
vote
0 answers

Using IBM blockchain platform extension in VSCode using command line

My VsCode editor is installed on a linux machine(Ubuntu 18) I have been using IBM blockchain platform extension in vs code to start local Hyperledger fabric environment. However i would like to start local hyperledger fabric environment using…
1
vote
2 answers

How to create a custom fabric environment on ibm blockchain platform VScode

I'm using VSCode editor to develop a HF network using the IBM blockchain platform extension. I have written the chain code in golang and packaged it so that it's ready for deployed to each peer. However, the IBM blockchain platform provides users…
1
vote
1 answer

error creating Fabric environment in VS code with IBM Blockchain Platform

I'm following Hyperledger's tutorial 1 and setting up an Fabric environment. I have all the right dependencies installed with the right versions. My docker is version 19.03.1 and docker-compose is 1.8.0. Using IBM Blockchain Platform in VS code,…
1
vote
2 answers

Using VS Code Extension containers doesn't run for the Hyperledger Fabric

Working behind a proxy correctly configured for a macOS Mojave (version 10.14.5), using the IBM Blockchain Platform Extension for VS Code to run containers for the Hyperledger Fabric, I got the error: [INFO]Error response from daemon: Container…
1
vote
1 answer

How to fix "Error: No successful events received" when submitting a transaction on Hyperledger fabric?

I was following the tutorial at https://developer.ibm.com/tutorials/ibm-blockchain-platform-vscode-smart-contract/ and when I submit a transaction via the IBM blockchain platform VS code extension, I get the error: "Error submitting transaction: No…
1
vote
3 answers

Error in packaging a smart contract on IBM Blockchain Platform Visual Studio Extension

To create a sample smart contract, I have followed the process in the link below: https://marketplace.visualstudio.com/items?itemName=IBMBlockchain.ibm-blockchain-platform In the step of 'Package a smart contract project,' the following error…
0
votes
1 answer

Connecting a client application to a Nodejs chaincode running on local fabric network in Vscode's blockchain platform extension

I am running a local Fabric network in the VScode's IBM blockchain platform extension. I have installed and instantiated my chaincode in the local fabric and I can connect to the environment through the Fabric's Gateway panel and execute chaincode…
0
votes
1 answer

How to apply a pagination on array of objects in couchdb using hyperledger fabric?

{ "_id": "usq", "_rev": "5-f8e9a8853b15f0270df94c1ae71323216", "transactions": [ { "admin_notification": [], "admin_status": "pending", "payment_amount_usd": "1", "sp_tx_datetime":…
0
votes
1 answer

Error connecting Hyperledger Fabric local BYFN network to IBM Blockchain Platform VS Code Extension

I am running a local instance of the BYFN network from the fabric-samples repo with the following command: git checkout tags/v1.4.6 cd first-network ./byfn.sh up -a -n -i 1.4.6 I am then trying to connect with IBP VS Code extension using the…
1
2 3