Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andremiras/pywallet

Cross platform Ethereum Wallet built with Python and Kivy
https://github.com/andremiras/pywallet

android ethereum ios kivy linux osx python windows

Last synced: 4 months ago
JSON representation

Cross platform Ethereum Wallet built with Python and Kivy

Awesome Lists containing this project

README

        

# PyWallet

[![Join the chat at https://gitter.im/PyWallet/Lobby](https://badges.gitter.im/PyWallet/Lobby.svg)](https://gitter.im/PyWallet/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://secure.travis-ci.org/AndreMiras/PyWallet.png?branch=develop)](http://travis-ci.org/AndreMiras/PyWallet)

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](docs/Install.md) for detailed instructions.

## Testing
See [Testing.md](docs/Testing.md).

## Documentation

* Miscellaneous documentation in the [docs](docs/) directory
* Recipes documentation in the [python-for-android](src/python-for-android/) directory