-
while executing the following source:
chain.eventHubConnect(eventUrls[0], {
pem: cert
});
the errors happens:
events.js:141
throw er; // Unhandled 'error' event
^
E…
-
On this page:
https://ibm-blockchain.github.io/interacting/
Step 4, step 1 it has this text as the command to deploy composer-rest-server:
cd cs-offerings/scripts/
./create/create_composer-…
-
while running npm install -g composer-cli
getting this issue
CXX(target) Release/obj.target/native/src/hashtable.o
In file included from ../src/hashtable.cpp:1:
../src/hashtable.h:7:10: fatal…
-
It's desirable for the server to be able to authenticate those who access the endpoints using LDAP, client certs, OAuth, etc. HTTP basic auth is currently supported.
My suggestion is that we contin…
-
During step 3, npm install couldn't complete successfully. I am using node 8.4.0, npm 5.4.0 on Mac Sierra 10.12.6
-
Hi yeasy,
First, thank you for your great work.
Here I am trying to connect explore to Hyperledger Fabric 1.0. But according to https://github.com/yeasy/docker-compose-files/issues/12. You …
-
Very informative code and video instructions. Since Blockchain is no longer available from the catalog on Bluemix for trial accounts, and therefore the Blockchain dashboard is not available as shown i…
-
Hi all, on the local blockchain, I tried to deploy the marbles v2 but it failed.
I failed with #58 before and it was resolved after setting the CORE_CHAINCODE_DEPLOYTIMEOUT. And then I met this error…