Skip to content

Cross platform Ethereum Wallet built with Python and Kivy

License

Notifications You must be signed in to change notification settings

AndreMiras/PyWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f4d946 · Dec 6, 2017
Nov 1, 2017
Nov 6, 2017
Dec 5, 2017
Dec 6, 2017
Nov 1, 2017
Jul 5, 2017
Jul 27, 2017
Nov 1, 2017
Jul 14, 2017
Nov 3, 2017
Jul 28, 2017
Nov 19, 2017
Nov 11, 2017
Nov 3, 2017
Jun 18, 2017
Jul 5, 2017
Jul 8, 2017

Repository files navigation

PyWallet

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

Play Store

Cross platform Ethereum Wallet built with Python and Kivy.

Screenshot Nexus Screenshot Dell

Features

  • Keystore on device
  • Show balance
  • Show transaction history
  • Receive Ethers via QR code
  • Send Ethers
  • Handle multiple accounts
  • Manage accounts

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