questions/blockchain/page/15
When invoking functions, it has to be ...READ MORE
You need to use call method, it ...READ MORE
Hey. First, make sure that you are extending ...READ MORE
Update the node: npm rebuild and then run ...READ MORE
The function name should be in Args ...READ MORE
You can try this: query selectReading { ...READ MORE
You still need to instantiate it first. ...READ MORE
Clean up the invalid package repository: cd ../../etc/apt/sources.list.d sudo ...READ MORE
Change the following line Credentials credentials = Credentials.create(firstAccount); To ...READ MORE
I have been investigating the same issue ...READ MORE
As per the documentation, if you deploy the ...READ MORE
Add host entries to your /etc/hosts should resolve your ...READ MORE
All you have to do is add ...READ MORE
Here the code for php please have ...READ MORE
In Hyperledger Fabric v1.0.0 your chaincode should confirm ...READ MORE
You'll get an array of return values ...READ MORE
It is best to have a claim ...READ MORE
You're missing the --header option: curl --request POST \ ...READ MORE
You are using -v as your option ...READ MORE
I have faced similar issues when compiling ...READ MORE
Change the genesis block gasLimit to "gasLimit": "0x2FEFD800", config ...READ MORE
If --network is unspecified, it deploys to only development. You ...READ MORE
Hyperledger Fabric does not offer a REST ...READ MORE
First, update your devDependencies in package.json "devDependencies": { ... "composer-admin": ...READ MORE
First run: npm install sha3 and then sudo ...READ MORE
Its Syntax error logical and operator is ...READ MORE
I think the onload is giving the issue. Try this ...READ MORE
This statement is used to publish an event that ...READ MORE
Like the error says: *SimpleChaincode does not implement ...READ MORE
You can try to do it like ...READ MORE
Try this: make peer orderer peer-docker orderer-docker tools-docker ...READ MORE
I have the same problem. But with ...READ MORE
Using > instead of >= is a ...READ MORE
The channel.sendTransactionProposal generates a Resp ...READ MORE
There is not a problem in the ...READ MORE
You could try something like this, with ...READ MORE
The first thing worth noting is that ...READ MORE
You are losing your deployments probably because ...READ MORE
The reason you are getting this error ...READ MORE
The cheapest way to do this is ...READ MORE
Setup actual boot node, don't treat base ...READ MORE
Modified the cli.bundled.js: replaced https.request with request Diff: ...READ MORE
Hey there @Davidala! The error says that it ...READ MORE
Yes, contracts can own tokens. The transaction you ...READ MORE
sendSignedTransaction returns a promiEvent onto which you can chain then and catch: web3.eth.sendSignedTransaction('0x' + ...READ MORE
use inArray function. example: $.getJSON("//api.coinmarketcap.com/v1/ticker/?limit=0", function(data) { ...READ MORE
First, make sure you have an account. web3.personal.listAccounts If ...READ MORE
recipes is a dynamic storage array. You need ...READ MORE
I found a blog that explains how ...READ MORE
It looks like a problem with composer-cli. A ...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.