AndreMiras / PyWallet

Cross platform Ethereum Wallet built with Python and Kivy
MIT License
64 stars 27 forks source link
android ethereum ios kivy linux osx python windows

PyWallet

Join the chat at https://gitter.im/PyWallet/Lobby Build Status

Play Store

Cross platform Ethereum Wallet built with Python and Kivy.

Screenshot Nexus Screenshot Dell

Features

Run

Linux

./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.

Android

Build, deploy and run on Android using buildozer:

buildozer android debug deploy run logcat
buildozer android adb -- logcat

Install

See Install.md for detailed instructions.

Testing

See Testing.md.

Documentation