This will be an ethereum browser for Android.
It exposes ethereum at http://localhost:8545, using web3J.
To test on your mobile site:
- add Web3.js to your site preferably from the web3js github site
- intialize web3 i.e.
web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"); - on the Distro Browser, once you navigate to the site, most of
web3jsmethods will be available- except, the filter methods
- the personal methods
The apk is here on github, test it, tell me what you think.
I'm reachable at [email protected]
This is mostly useful for developers, not user ready yet
MPL 2.0