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

Repository files navigation

PyWallet

Build Status Coverage Status

Cross platform Ethereum Wallet built with Python and Kivy.

Screenshot Nexus Screenshot Dell

Features

  • Show balance
  • Show transaction history
  • Receive Ethers via QR code
  • Send Ethers
  • Handle multiple keystores
  • Manage accounts

Run

Linux

./src/main.py

Android

Run on Android using buildozer:

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

Ubuntu dependencies

sudo apt install zlib1g-dev default-jdk

Documentation