questions/blockchain
<textarea [ngModel]="offers[0] | json" formControlName="offers" class="form- ...READ MORE
It's a trivial issue mate - you're ...READ MORE
The Fabric Node SDK actually provides a ...READ MORE
Replace return shim.success(valString); with: return shim ...READ MORE
Try this and see if this works: /** * ...READ MORE
Seems like peer address problem. Set the ...READ MORE
The mapping is not set up right. ...READ MORE
To do this, you must first provide ...READ MORE
You can try this: query selectReading { ...READ MORE
Try this: kafka1.hyperfabric.xyz: image: hyperledger/fabric-kafka restart: ...READ MORE
// http://nodejs.org/api.html#_child_processes var sys = require('sys') var exec = ...READ MORE
in "network-config" you should use lowercase 'org1' { ...READ MORE
invokeChainCode(securityContext, functionName, args, options) { ...READ MORE
I dont think its possible using query. ...READ MORE
You can use configtxgen to do this: configtxgen ...READ MORE
This is how you can do it: /** @returns ...READ MORE
Hey @Vikas! The error says, dial unix /host/var/run/docker.sock: connect: ...READ MORE
Hi, i had the same error and ...READ MORE
When invoking functions, it has to be ...READ MORE
You have to develop your "Client" application ...READ MORE
Try these commands $ docker rm -f $(docker ...READ MORE
This should work: return getAssetRegistry('org.rytle.Route').then(function(ar) { ...READ MORE
The error is in protobuf.Transaction.create headerSignature needs to be a string, ...READ MORE
You need to return the function calls from the ...READ MORE
To specify your own affiliation you need ...READ MORE
You can access transaction ID in Invoke ...READ MORE
get on an asset registry returns a ...READ MORE
As your .hfc-key-store directory is in chaindev, Try running the following ...READ MORE
Hey, the syntax you are using is ...READ MORE
The right way to do it is: downloadFabric.sh startFabric.sh createPeerAdminCard.sh If ...READ MORE
Try ./byfn.sh -m down and then ./byfn.sh -m up READ MORE
Seems like you have not installed docker-compose. ...READ MORE
You have to configure TLS in peers ...READ MORE
you need to refer to your specific ...READ MORE
You are using -v as your option ...READ MORE
It is best to have a claim ...READ MORE
Using > instead of >= is a ...READ MORE
I have your problem too, PLEASE HELP ...READ MORE
Clean up the invalid package repository: cd ../../etc/apt/sources.list.d sudo ...READ MORE
Hey @gujiwork, Try making the following changes: docker-compose-base.yaml and ...READ MORE
First, build the chaincode using gradle build. You should ...READ MORE
First, update your devDependencies in package.json "devDependencies": { ... "composer-admin": ...READ MORE
All you have to do is add ...READ MORE
Try defining or referencing the application in ...READ MORE
Seems like you have not set the ...READ MORE
The REST API service is exposed on ...READ MORE
I had to update the version of ...READ MORE
Hi, the command you are using to ...READ MORE
Firstly, replace DocChain with DocChainConsortium. Then run: docker-compose -f docker-compose-cli.yaml down --volumes ...READ MORE
You can do this by passing some ...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.