Cross platform Ethereum Wallet built with Python and Kivy.
- Show balance
- Show transaction history
- Receive Ethers via QR code
- Send Ethers
- Handle multiple keystores
- Manage accounts
./src/main.py
Run on Android using buildozer:
buildozer android debug deploy run logcat
buildozer android adb -- logcat
sudo apt install zlib1g-dev default-jdk
- Miscellaneous documentation in the docs directory
- Recipes documentation in the python-for-android directory