All Projects → sumoprojects → SumoGUIWallet

sumoprojects / SumoGUIWallet

Licence: other
Sumokoin GUI Wallet

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SumoGUIWallet

ergvein
Multiplatform BTC wallet with client side filters
Stars: ✭ 35 (-7.89%)
Mutual labels:  desktop, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (+163.16%)
Mutual labels:  desktop, wallet
Canoe
Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
Stars: ✭ 146 (+284.21%)
Mutual labels:  desktop, wallet
artunis-mobile
XRP Wallet app for Android and iOS, built in React Native.
Stars: ✭ 23 (-39.47%)
Mutual labels:  wallet
stato-electron
An app to let you do your work without letting anybody disturb you in between 💻.
Stars: ✭ 13 (-65.79%)
Mutual labels:  desktop
krux
Open-source, airgapped hardware signer for Bitcoin
Stars: ✭ 39 (+2.63%)
Mutual labels:  wallet
wapanel
Desktop-dedicated wayland bar for wayfire and other wlroots based compositors. Mir compatible.
Stars: ✭ 31 (-18.42%)
Mutual labels:  desktop
conceal-mobile
Conceal Mobile - Encrypted DeFI & Messaging App
Stars: ✭ 15 (-60.53%)
Mutual labels:  wallet
BitView
A crypto portfolio written in Flutter. It supports Binance, Bittrex, HitBTC, Coinbase, Coinbase Pro and Mercatox
Stars: ✭ 50 (+31.58%)
Mutual labels:  wallet
boxwallet
BoxWallet is a single binary multi-coin CLI tool, that gets your coin-of-choice wallet/node set-up fast, with just a few commands.
Stars: ✭ 23 (-39.47%)
Mutual labels:  wallet
host-manager
User-friendly desktop app for Sia hosts. Provides easy configuration, better financials, and smart alerts to make hosting simpler.
Stars: ✭ 62 (+63.16%)
Mutual labels:  wallet
InstaLV
Live stream from desktop to Instagram
Stars: ✭ 27 (-28.95%)
Mutual labels:  desktop
pm-idm
IDM project management repository
Stars: ✭ 59 (+55.26%)
Mutual labels:  wallet
HDWalletKit
Hierarchical Deterministic(HD) wallet for cryptocurrencies 💰
Stars: ✭ 97 (+155.26%)
Mutual labels:  wallet
ActiveDesktopPlus
A simple app that lets you pin windows to your desktop and use fullscreen programs and videos as interactive wallpapers.
Stars: ✭ 88 (+131.58%)
Mutual labels:  desktop
Serene-Conky
Nice and clean conky theme, made using lua and cairo
Stars: ✭ 59 (+55.26%)
Mutual labels:  desktop
ark-lite-wallet
💰 ARK Lite Wallet https://arkecosystem.github.io/ark-lite-wallet/app
Stars: ✭ 26 (-31.58%)
Mutual labels:  wallet
Wave
Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.
Stars: ✭ 13 (-65.79%)
Mutual labels:  desktop
nwg-wrapper
Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
Stars: ✭ 60 (+57.89%)
Mutual labels:  desktop
python-bip32
Minimalistic implementation of BIP32
Stars: ✭ 28 (-26.32%)
Mutual labels:  wallet

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 repo

  3. Build/download Sumokoin binaries from Sumokoin repo and put it to Resources/bin sub-directory.

  4. Run the wallet (Python 2.7):

     cd /path/to/SumoGUIWallet
     python wallet.py
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].