PyWallet

Cross platform Ethereum Wallet built with Python and Kivy

MIT License

Stars
64
Committers
3

PyWallet

Cross platform Ethereum Wallet built with Python and Kivy.

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