questions/blockchain/page/14
Yes, you can only clone the additional ...READ MORE
get on an asset registry returns a ...READ MORE
You need to manually change the length ...READ MORE
Hey @Vikas! The error says, dial unix /host/var/run/docker.sock: connect: ...READ MORE
It appears you are using web3.js v1.0. ...READ MORE
To specify your own affiliation you need ...READ MORE
Seems like you have not installed docker-compose. ...READ MORE
You can try something like this: /** * ...READ MORE
First, build the chaincode using gradle build. You should ...READ MORE
Inspect the object adoption within the console. You will ...READ MORE
<textarea [ngModel]="offers[0] | json" formControlName="offers" class="form- ...READ MORE
Try defining or referencing the application in ...READ MORE
To do this, you must first provide ...READ MORE
A library can be used, for example: import "github.com/Arachnid/solidity-stringutils/strings.sol"; contract C ...READ MORE
In the code that you are using ...READ MORE
I think you need to run this ...READ MORE
The Fabric Node SDK actually provides a ...READ MORE
To solve this error, you need to ...READ MORE
You have not installed jdk on your system. ...READ MORE
Remove 'assetID:' from your test string. For example, 'org.acme.mynetwork#assetID:0138' ...READ MORE
Try setting the PATH like this, export PATH="/usr/local/share/npm/bin:$PATH" Now run the ...READ MORE
Here's the problem: this.businessNetworkConnection.on('events' //This should be changed ...READ MORE
Your parentheses are mismatched. pragma solidity ^0.4.17; import "truffle/Assert.sol"; import ...READ MORE
// http://nodejs.org/api.html#_child_processes var sys = require('sys') var exec = ...READ MORE
First of all please note, that during ...READ MORE
When you create a channel, you will ...READ MORE
To solve this problem you can use ...READ MORE
There's something wrong with your SSH key. ...READ MORE
There is not a problem in the ...READ MORE
It's a trivial issue mate - you're ...READ MORE
First, stop and delete all the containers: docker ...READ MORE
BigchainDB supports .json file format. It can ...READ MORE
The right way to do it is: downloadFabric.sh startFabric.sh createPeerAdminCard.sh If ...READ MORE
You have to use PHP Sockets $sock = socket_create(AF_UNIX, ...READ MORE
You need to use call method, it ...READ MORE
You have to pass an orderer in ...READ MORE
You can use configtxgen to do this: configtxgen ...READ MORE
RxJS includes a bindNodeCallback observable creator specifically for creating ...READ MORE
You still need to instantiate it first. ...READ MORE
Setup actual boot node, don't treat base ...READ MORE
The REST API service is exposed on ...READ MORE
As the warning mentions, add emit as ...READ MORE
This is how you can do it: /** @returns ...READ MORE
At first, make sure that the string ...READ MORE
Whenever i invoke chaincode from the cli ...READ MORE
sendSignedTransaction returns a Promise combined event emitter. You can ...READ MORE
First, make sure you have an account. web3.personal.listAccounts If ...READ MORE
All you have to do is add ...READ MORE
The first thing worth noting is that ...READ MORE
The function name should be in Args ...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.