项目作者: EbenezerGH

项目描述 :
web3js + infura + android + solidity
高级语言: Java
项目地址: git://github.com/EbenezerGH/Greeter-Android-App.git
创建时间: 2018-07-27T04:23:05Z
项目社区:https://github.com/EbenezerGH/Greeter-Android-App

开源协议:

下载


Basic android application to interact w/ greeter contract

Link To Article

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

Sources

1) https://docs.web3j.io/smart_contracts.html
2) https://infura.io/docs/gettingStarted
3) 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.