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

97c665a · May 28, 2020
May 24, 2020
Dec 28, 2019
Dec 5, 2017
May 28, 2020
Jul 5, 2017
Dec 24, 2019
Jul 28, 2018
Dec 24, 2019
Jul 14, 2017
Nov 3, 2017
May 24, 2020
Jun 8, 2018
Dec 24, 2019
Nov 11, 2017
May 28, 2020
May 24, 2020
Jul 8, 2017

Repository files navigation

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

  • 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