https://github.com/sumoprojects/sumoguiwallet
Sumokoin GUI Wallet
https://github.com/sumoprojects/sumoguiwallet
desktop gui sumokoin wallet
Last synced: about 1 year ago
JSON representation
Sumokoin GUI Wallet
- Host: GitHub
- URL: https://github.com/sumoprojects/sumoguiwallet
- Owner: sumoprojects
- License: other
- Created: 2017-07-11T08:09:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T10:28:56.000Z (over 5 years ago)
- Last Synced: 2025-04-02T07:11:34.135Z (about 1 year ago)
- Topics: desktop, gui, sumokoin, wallet
- Language: Python
- Homepage:
- Size: 5.65 MB
- Stars: 37
- Watchers: 13
- Forks: 46
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sumo GUI Wallet
Copyright (c) 2017-2019, Sumokoin Project (www.sumokoin.org)
**One of the most easy-to-use, intuitive GUI (full) wallets in crypto.**

# Installation & running from source codes
1. Clone the repo:
git clone https://github.com/sumoprojects/SumoGUIWallet SumoGUIWallet
2. Install dependencies (with Python 2.7):
* Generally, you can use Python `pip` to install required components:
pip install PySide, requests, psutil
* or
pip install -r requirements.txt
* On some OSes, PySide may be required to install from pre-built packages. For example, on Ubuntu 16.04, install PySide with the following command:
sudo apt install python-pyside
* `sumokoin-python` lib from [sumokoin-python](https://github.com/sumoprojects/sumokoin-python) repo
3. Build/download Sumokoin binaries from [Sumokoin repo](https://github.com/sumoprojects/sumokoin) and put it to `Resources/bin` sub-directory.
4. Run the wallet (Python 2.7):
cd /path/to/SumoGUIWallet
python wallet.py