Skip to content

chenyuan07gis/StelliteGUI

 
 

Repository files navigation

Stellite GUI Wallet

This is a fork of the Sumokoin GUI Wallet: https://github.com/sumoprojects/SumoGUIWallet It is changed to be compatible with Stellite.

  1. 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
      
  2. Build/download Stellite binaries from Stellite repo and put it to Resources/bin sub-directory.

  3. Run the wallet (Python 2.7):

     cd /path/to/StelliteGUI
     python wallet.py
    
  4. Contribution

    Pull-requests and help is always welcome. If you want to buy me a beer:

    STL: Se2JxBULfmtQewryznsQJXeoTZSF1iZGyaWxMqomBt95CEkPVLRKjDpNV4bYs1MpwYHf6NhXhbCWWXPmMyVURbLz2Sx8Spj9F

    BTC: 33vaugVoqYcYZG1WQcx9CsZGZDpgyrezHz

About

A GUI wallet for Stellite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.7%
  • HTML 27.1%
  • CSS 1.8%
  • JavaScript 1.4%