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

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

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 SumoLITEWallet

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

3. 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