https://github.com/sumoprojects/sumolitewallet
Sumo LITE Wallet
https://github.com/sumoprojects/sumolitewallet
cryptocurrency lite sumo sumokoin wallet
Last synced: about 2 months ago
JSON representation
Sumo LITE Wallet
- Host: GitHub
- URL: https://github.com/sumoprojects/sumolitewallet
- Owner: sumoprojects
- License: other
- Created: 2018-04-23T03:45:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T03:21:40.000Z (almost 7 years ago)
- Last Synced: 2025-04-02T07:11:37.044Z (3 months ago)
- Topics: cryptocurrency, lite, sumo, sumokoin, wallet
- Language: Python
- Homepage:
- Size: 578 KB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sumo LITE Wallet
Copyright (c) 2018, Sumokoin.org
# Installation & running from source codes
1. Clone the repo:
git clone https://github.com/sumoprojects/SumoLITEWallet SumoLITEWallet2. 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-pyside3. Build/download Sumokoin binaries from [Sumokoin repo](https://github.com/sumoprojects/sumokoin) and put them to `Resources/bin` sub-directory.
4. Run the wallet (Python 2.7):
cd /path/to/SumoLITEWallet
python wallet.py