1
var greeterContract = web3.eth.contract(greeterCompiled.greeter.info.abiDefinition);

I am getting this type of error on geth console:

TypeError:Cannot access member 'info' of undefined at :1:41

I follow this, can I add any system dependencies, I think golang is by default available in Ubuntu. Any ideas?

NarraVasu
  • 133
  • 1
  • 5
  • 1
    This looks like an issue with a recent breaking change that's breaking a lot of examples. Have a look at this Q&A. Same issue? http://ethereum.stackexchange.com/questions/11912/unable-to-define-greetercontract-in-the-greeter-tutorial-breaking-change-in-sol/11915#11915 – Rob Hitchens Feb 09 '17 at 07:33

0 Answers0