questions/blockchain/page/14
This is how you can do it. ...READ MORE
Assuming you're using web3 on the JS side, it's web3.toAscii. Example ...READ MORE
Hey. It seems like you already have ...READ MORE
Try something like this for contracts that ...READ MORE
Looks like you have files missing. Try creating project with: truffle ...READ MORE
Firstly, your import is wrong, you are ...READ MORE
Maybe you forgot to install docker. Try ...READ MORE
You get this error because composer-playground saves ...READ MORE
This is another way to do it: docker ...READ MORE
You can do this by passing some ...READ MORE
You can do it by storing the hash ...READ MORE
There is no built-in method/function for this ...READ MORE
Inside Truffle console ContractName.deployed().then(function(instance){app = instance}) app.adopt(23)//call method on ...READ MORE
The error says there's some problem finding ...READ MORE
You'll need to watch the events. const filter ...READ MORE
Hey, the syntax you are using is ...READ MORE
You can do this using the query ...READ MORE
Hey. No, you dont have to encrypt ...READ MORE
There are tow options: 1. You can set ...READ MORE
Firstly, replace DocChain with DocChainConsortium. Then run: docker-compose -f docker-compose-cli.yaml down --volumes ...READ MORE
This should work: return getAssetRegistry('org.rytle.Route').then(function(ar) { ...READ MORE
Try this: kafka1.hyperfabric.xyz: image: hyperledger/fabric-kafka restart: ...READ MORE
Try this: truffle unbox webpack READ MORE
Change the following line Credentials credentials = Credentials.create(firstAccount); To ...READ MORE
The makefile is in /opt/gopath/src/github.com/hyperledger/fabric , not ...READ MORE
Once you call a constant function, you ...READ MORE
Quoting different pieces the way you're doing ...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
try this: try{ Test test = Test.load(contractObj.getContractAddress(), ...READ MORE
Yes, you can only clone the additional ...READ MORE
get on an asset registry returns a ...READ MORE
First, build the chaincode using gradle build. You should ...READ MORE
gasLimit is actually represented by gas as the gas limiter ...READ MORE
This is how you can do it let ...READ MORE
Run the following commands and try again: docker ...READ MORE
Seems like you have not installed docker-compose. ...READ MORE
You need to manually change the length ...READ MORE
You are trying to use filter={"include":"resolve"} in Composer Query. ...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
Try this: var result = getUserAtIndex.CallAsync<byte[]>(123) ...READ MORE
<textarea [ngModel]="offers[0] | json" formControlName="offers" class="form- ...READ MORE
To solve this error, you need to ...READ MORE
There is not a problem in the ...READ MORE
Inspect the object adoption within the console. You will ...READ MORE
To specify your own affiliation you need ...READ MORE
I think you need to run this ...READ MORE
You can try something like this: /** * ...READ MORE
Try defining or referencing the application in ...READ MORE
A library can be used, for example: import "github.com/Arachnid/solidity-stringutils/strings.sol"; contract C ...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.