Ethereum Wallet – Best Android Ethereum Wallet for Private Blockchain

androidprivate-blockchainwallets

Is there any android wallet that can be customized to operate on a private Ethereum blockchain?

I need to send/receive transactions and run simple queries on the blockchain data.

I'm not looking for an app which functions through RPC. I want an app which actually runs Ethereum node on an android smart phone.

Best Answer

We've been working on an Ethereum Light Client targeting Android & iOS for a while now.

What you want is in @karalabe's geth-sandbox here you will find example projects that include a cross compiled go-ethereum lib. You will also want to build your lib using @zsfelfoldi's light-stable branch which will give you access to the LES protocol so you won't have to synchronise the full blockchain on device.

There is also an Ethereum on Android page in the Ethereum github wiki.

If you're interested in our project check out Status.im - we'll be talking more about it at DEVCON2 - and will be opening our source around the same time, which will save you some leg work.

Related Topic