I'm looking for a method to interact with a smart contract deployed from the official Ethereum wallet.
My client is Geth,and I've synchronized 3 nodes. How is possible to recall a simple method of smart contract from any node?
I'm looking for a method to interact with a smart contract deployed from the official Ethereum wallet.
My client is Geth,and I've synchronized 3 nodes. How is possible to recall a simple method of smart contract from any node?
Easy first-steps tutorial here: https://www.ethereum.org/greeter
You need the ABI and the ADDRESS of the smart contract.