questions/blockchain
Run the following commands and try again: docker ...READ MORE
This may be due to some inconsistency ...READ MORE
Like the error says: *SimpleChaincode does not implement ...READ MORE
First of all please note, that during ...READ MORE
I am also facing a similar issue, ...READ MORE
First, stop and delete all the containers: docker ...READ MORE
Try setting the PATH like this, export PATH="/usr/local/share/npm/bin:$PATH" Now run the ...READ MORE
You need to map ~/.composer/cards of your Docker host ...READ MORE
The function name should be in Args ...READ MORE
TypeError: Cannot read property 'curve' of undefined at ...READ MORE
Try this: make peer orderer peer-docker orderer-docker tools-docker ...READ MORE
The channel.sendTransactionProposal generates a Response object You ...READ MORE
You can install various golang projects with ...READ MORE
You could try something like this, with ...READ MORE
In Hyperledger Fabric v1.0.0 your chaincode should confirm ...READ MORE
The error says there's some problem finding ...READ MORE
Hey. First, make sure that you are extending ...READ MORE
You can use pipe as json on html page like this: {{ ...READ MORE
The cheapest way to do this is ...READ MORE
I am assuming that the issue is ...READ MORE
Hey there @Davidala! The error says that it ...READ MORE
Open the hosts file: $ gedit /etc/hosts And add the IP ...READ MORE
The reason you are getting this error ...READ MORE
You are losing your deployments probably because ...READ MORE
First add the eventhub, and then register ...READ MORE
Go in the fabric directory and then ...READ MORE
Do this: $go get -u github.com/golang/protobuf/protoc-gen-go $ cp $GOPATH/bin/protoc-gen-go build/docker/gotools/bin/ Now ...READ MORE
Run the following command inside fabric-tools folder: ./teardownFabric.sh ./startFabric.sh ./createPeerAdminCard.sh Then ...READ MORE
This is a problem with vagrant 1.9.3: You ...READ MORE
First delete the cache and cookies from ...READ MORE
Simplify the PATH first. In a CMD, type: set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\ set ...READ MORE
Take the largest or smallest bit from ...READ MORE
The reason is that you are using ...READ MORE
Add host entries to your /etc/hosts should resolve your ...READ MORE
It looks like a problem with composer-cli. A ...READ MORE
Try adding GODEBUG=netdns=go to the environment variables ...READ MORE
If you are using ...READ MORE
just follow those steps: docker ps -aq ...READ MORE
I changed the code to: var businessNetwork = ...READ MORE
Update the node: npm rebuild and then run ...READ MORE
Here's an example that works with basic-sample-network network: asset SampleAsset ...READ MORE
There's a mistake in your WHERE statement. ...READ MORE
As the error says, it cant find ...READ MORE
I got same error on Windows. The solution ...READ MORE
The versions are same. Maybe its a ...READ MORE
Try the below code : maven { ...READ MORE
Use this command to start miner: miner.start() To stop ...READ MORE
Try this: var result = getUserAtIndex.CallAsync<byte[]>(123) ...READ MORE
I think you need to run this ...READ MORE
First run: npm install sha3 and then sudo ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.