Skip to content

ombre-projects/OmbreGUIWallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ombre GUI Wallet

Copyright (c) 2018, OMBRE Copyright (c) 2017, 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/ombre-projects/OmbreGUIWallet/ 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
      
  3. Build/download Sumokoin binaries from Ombre repo and put it to Resources/bin sub-directory.

  4. Run the wallet (Python 2.7):

     cd /path/to/SumoGUIWallet
     python wallet.py
    

About

Ombre GUI Wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • JavaScript 1.9%