questions/blockchain
Try running the truffle commands as root. ...READ MORE
To answer your doubt, the "starter network" ...READ MORE
0 I have build a CorDapp using "Yo!CorDapp" ...READ MORE
Seems like you have a syntax error ...READ MORE
This is how you can do it: serialized_payment_details ...READ MORE
No, you can not make changes to ...READ MORE
You might be able to benefit from ...READ MORE
You have to handle this with a ...READ MORE
Use this command to start miner: miner.start() To stop ...READ MORE
Hey, there is a thread for the ...READ MORE
Organizations that offer online wallets aren't obligated ...READ MORE
It is due to the fact you ...READ MORE
As per the article, the method used ...READ MORE
You need to get an initial allocated ...READ MORE
Yes if your transaction was lucky enough ...READ MORE
In practice, you would expect every Org ...READ MORE
You have specified query as parameter to method and function but if you ...READ MORE
Coin is defined here: https://github.com/bitcoin/bitcoin/blob/master/src/amount.h#L16 static const CAmount COIN ...READ MORE
To answer your question, only for the ...READ MORE
You need to have double \ for ...READ MORE
pragma solidity ^0.4.0; import "github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; contract MathExtended { ...READ MORE
Blockchain doesn't have the client-server architecture that ...READ MORE
It solely depends on the objective of ...READ MORE
You can get the current block number ...READ MORE
They are in magical variable msg. The function ...READ MORE
As I understood you are planning to ...READ MORE
Whenever i invoke chaincode from the cli ...READ MORE
I am a beginner in Blockchain and ...READ MORE
The use of the IBFT consensus involves ...READ MORE
From the code you posted, if(whichType == TX_SCRIPTHASH){//pay ...READ MORE
when i create channel it showing error READ MORE
You can use nesting of function to ...READ MORE
This is the process of the functioning ...READ MORE
Have a look at EIP165. It allows you ...READ MORE
Using > instead of >= is a ...READ MORE
Transfer of tokens means you will deduct ...READ MORE
Hey. No, you dont have to encrypt ...READ MORE
Works fine for me: pragma solidity ^0.4.0; contract Test ...READ MORE
BigchainDB supports .json file format. It can ...READ MORE
The problem is that Uglify mangles too ...READ MORE
As you said, get_chart is defined in ...READ MORE
I have found a solution by doing ...READ MORE
Does deploying a contract mean creating a ...READ MORE
The problem is that the miner you ...READ MORE
I'm writing a paper on the blockchain ...READ MORE
Add another rule to .acl file to ...READ MORE
In your registry, you can Base64-ify your ...READ MORE
Simplify the PATH first. In a CMD, type: set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\ set ...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.