Basic android application to interact w/ greeter contract
Sent Successful transaction: https://rinkeby.etherscan.io/tx/0x9e6add7138f7d0b0488be727010b783dd227f8498d9e00fc139e19e89c9f978d
Contract: https://rinkeby.etherscan.io/address/0x8394cdf176a4a52da5889f7a99c4f7ad2bf59088#readContract
Contract Repo: https://github.com/EbenezerGH/Greeter-Contract
- https://docs.web3j.io/smart_contracts.html
- https://infura.io/docs/gettingStarted
- https://rinkeby.etherscan.io/
Notes: It seems the automatically generated Binary is incorrect. I had to go to official contract on etherscan and copy the validated binary. Though the code was the same, something seems to be mistranslated through the web3 conversion.