Cross platform Ethereum Wallet built with Python and Kivy.
- Keystore on device
- Show balance
- Show transaction history
- Receive Ethers via QR code
- Send Ethers
- Handle multiple accounts
- Manage accounts
./src/main.py --debug
The --debug
flag is required if you want to see errors printed in your console.
Otherwise the exception will be only sent to Sentry.
Build, deploy and run on Android using buildozer:
buildozer android debug deploy run logcat
buildozer android adb -- logcat
See Install.md for detailed instructions.
See Testing.md.
- Miscellaneous documentation in the docs directory
- Recipes documentation in the python-for-android directory