almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

FeatureRequest: etherwall to Sailfish OS #106

Open ghost opened 5 years ago

ghost commented 5 years ago

Actually there is not wallet of blockchain to SF. Thanks of advance

almindor commented 5 years ago

This is somewhere in the back of my head right now. The issue is I'd need to use geth on sailfishOS and that's just too slow for the phones.

The idea is to implement account management purely in Qt5/C++ and separate the UI so it can have multiple front-ends.

Not an easy task so don't expect anything soon.

ghost commented 5 years ago

thank you: almindor this will not possible with only blockchain API?

almindor commented 5 years ago

You mean things like just eth set of APIs? No because you need to access the accounts, so you need to do things like personal on the phone itself.