One of ethereum solidity methods is not working properly got error Returned values aren't valid, did it run Out of Gas – CentOS
I'm trying to deploy a solidity program to my private ethereum network. However, when i call a method it's not working properly. This is what i'vd done before the call method. $ truffle console truffle(development)> var dApp undefined truffle(development)> Hello.deployed().then(function(instance)…