questions/blockchain
After changing chaincode in fabric-samples/chaincode/fabcar/go/fabcar.go (this is ...READ MORE
It seems that the Unix socket can't ...READ MORE
Yes, it is possible. You need to ...READ MORE
Run the following command: sudo docker stop $(docker ...READ MORE
approve(): This method is used by one ...READ MORE
When you pass multiple arguments, you need ...READ MORE
Your code is not right. I have ...READ MORE
You are using web3.eth.getTransaction(txHash) web3.eth.getTransaction(txHash) will only return info ...READ MORE
Hyperledger uses a timeout mechanism for chaincode ...READ MORE
Try this for setName: function setName(string _name) public ...READ MORE
The problem is that you are not ...READ MORE
The solution to this problem is as ...READ MORE
There seems to be error in the ...READ MORE
You can use web3.eth.accounts in web3js web3.eth.accounts.create(); With Php, ...READ MORE
You are connecting using WS but have ...READ MORE
Yes, this code will work just fine. ...READ MORE
I also had the same error. I ...READ MORE
1. Is this transaction is trying to ...READ MORE
When you use IntelliJ, the nodes are ...READ MORE
For chaincode to properly run on your ...READ MORE
The link you provide is for Go ...READ MORE
I think that those messages are executed ...READ MORE
It seems like you are missing header ...READ MORE
I am using windows 7. Any solution ...READ MORE
There is no expiry time for your ...READ MORE
You can generate events using a method ...READ MORE
You could simply replace --net=bridge with --net=artifacts_default in your DockerFile. I used ...READ MORE
I am providing an example. Modify it ...READ MORE
To create own coins you have to ...READ MORE
You could do the following: 1. Start another ...READ MORE
I resolved this issue by downloading the ...READ MORE
Solidity does not support returning structs in ...READ MORE
What you are trying to do is ...READ MORE
You can not directly read the content ...READ MORE
You control how miners work on your ...READ MORE
There is a temp solution here. ~/bitcore-explorers/node_modules/bitcore-lib/index.js line 7: bitcore.versionGuard ...READ MORE
Do the following to solve the problem composer ...READ MORE
No, you don’t have to issue the ...READ MORE
Yes, {from: thesponsor, value: 10000000, gas: 3000000} ...READ MORE
'Composer Network' represents the business network entity. ...READ MORE
To connect all your nodes with all ...READ MORE
Try a clean install of node again npm ...READ MORE
Transfer of tokens means you will deduct ...READ MORE
Not sure if you are still looking ...READ MORE
Attaching the pdf directly to the blockchain ...READ MORE
Hyperledger has been collecting some use cases, though not ...READ MORE
If you look in the solution file ...READ MORE
There might be a bug in your ...READ MORE
You are not connecting to the right ...READ MORE
Yes, it is possible. Peers from different ...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.