Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andremiras/pywallet
- Owner: AndreMiras
- License: mit
- Created: 2017-05-30T19:41:00.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-10-03T21:44:55.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:23:05.727Z (4 months ago)
- Topics: android, ethereum, ios, kivy, linux, osx, python, windows
- Language: Python
- Homepage:
- Size: 3.95 MB
- Stars: 64
- Watchers: 7
- Forks: 27
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)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](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