Web3j-Wallet-Etherscan-Android Tools

  1. Web3j - ropsten testnet
  2. Smartcontract
  3. Android Java
  4. Etherscan - ropsten testnet

Version

  1. Android studio build:gradle:3.3.1
  2. Web3j 3.3.1
  3. jsoup 1.11.3
  4. butterknife 10.1.0

Reference

https://github.com/riwello/eth-wallet

Before Start

  1. Get Ropsten Testnet Api from Infura (https://infura.io/ -> https://infura.io/dashboard -> Endpoint -> Choose Ropsten)
  2. Put your Api In App (Web3jWalletEtherscanAndroid\app\src\main\java\com\example\web3jwalletetherscanandroid\web3j\Web3JService.java)
  3. Get Etherscan-Ropsten Api (https://ropsten.etherscan.io/)
  4. Put your Api In App (Web3jWalletEtherscanAndroid\app\src\main\res\values\strings.xml)

Tips

  1. You can use geth, parity, Testnet and Mainnet instead of Infura (Put your address in Web3JService.java)
  2. Also, You can use etherscan.io (Change the address of htmlPageUrl in TransactionlistActivity.java and MainActivity)
  3. If You can't make wallet, You should check app settings because storage must be allowed in you cell phone

Contact Me

rhkdgks48@gmail.com

Screenshots