questions/blockchain/page/14
Seems like you have not installed docker-compose. ...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
Hey @Vikas! The error says, dial unix /host/var/run/docker.sock: connect: ...READ MORE
You don't need to call .at() if you're using .new(). ...READ MORE
You can try something like this: /** * ...READ MORE
Remove 'assetID:' from your test string. For example, 'org.acme.mynetwork#assetID:0138' ...READ MORE
try this: try{ Test test = Test.load(contractObj.getContractAddress(), ...READ MORE
In the code that you are using ...READ MORE
When you create a channel, you will ...READ MORE
get on an asset registry returns a ...READ MORE
To solve this problem you can use ...READ MORE
BigchainDB supports .json file format. It can ...READ MORE
First, build the chaincode using gradle build. You should ...READ MORE
// http://nodejs.org/api.html#_child_processes var sys = require('sys') var exec = ...READ MORE
First, stop and delete all the containers: docker ...READ MORE
Inspect the object adoption within the console. You will ...READ MORE
You have to pass an orderer in ...READ MORE
First of all please note, that during ...READ MORE
There is no built-in method/function for this ...READ MORE
Try setting the PATH like this, export PATH="/usr/local/share/npm/bin:$PATH" Now run the ...READ MORE
A library can be used, for example: import "github.com/Arachnid/solidity-stringutils/strings.sol"; contract C ...READ MORE
The right way to do it is: downloadFabric.sh startFabric.sh createPeerAdminCard.sh If ...READ MORE
Once you call a constant function, you ...READ MORE
Try defining or referencing the application in ...READ MORE
It's a trivial issue mate - you're ...READ MORE
Quoting different pieces the way you're doing ...READ MORE
Whenever i invoke chaincode from the cli ...READ MORE
This is how you can do it: /** @returns ...READ MORE
There's something wrong with your SSH key. ...READ MORE
It appears you are using web3.js v1.0. ...READ MORE
This is how you can do it let ...READ MORE
You can use configtxgen to do this: configtxgen ...READ MORE
you need to refer to your specific ...READ MORE
You have to use PHP Sockets $sock = socket_create(AF_UNIX, ...READ MORE
I dont think its possible using query. ...READ MORE
The REST API service is exposed on ...READ MORE
Your parentheses are mismatched. pragma solidity ^0.4.17; import "truffle/Assert.sol"; import ...READ MORE
Add another rule to .acl file to ...READ MORE
Try to clean everything using the below ...READ MORE
You need to map ~/.composer/cards of your Docker host ...READ MORE
You need to manually change the length ...READ MORE
sendSignedTransaction returns a Promise combined event emitter. You can ...READ MORE
To solve this error, you need to ...READ MORE
You need to return the function calls from the ...READ MORE
As the warning mentions, add emit as ...READ MORE
Try this and see if this works: /** * ...READ MORE
RxJS includes a bindNodeCallback observable creator specifically for creating ...READ MORE
Here's an example that works with basic-sample-network network: asset SampleAsset ...READ MORE
You would be able to host hyperledger fabric ...READ MORE
You have to develop your "Client" application ...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.