Skip to content
Advertisement

Tag: geth

calling smart contracts methods using web3 ethereum

Trying to work around the blockchain using Ethereum, I’m facing problems when trying to interface with a deployed contract. What I would try to achieve is to call a method to display information added to a private blockchain deployed locally using Geth. I can’t call any function from my smart contract and I’ve been wondering if I’m doing something wrong…

Advertisement