Skip to content

SkelpyCoin/skelpy-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skelpy Desktop Wallet

Github Latest Release Github Downloads License: MIT

Features

  • Available on Windows, Linux (Ubuntu/Debian) and macOS (signed)
  • No need to download SKP blockchain, just sync to the network: launch and use within seconds
  • View any account from its address (transactions, delegate status and votes)
  • Label any account and add your own contacts
  • Hardware wallet support: Ledger Nano S
  • Real-time currency value (updated every 5 min) in USD, EUR, BTC, HKD, JPY, CNY, AUD, GBP, RUB, ...
  • Autoconnect to a healthy SKP network peer. If the peer is not good anymore, it will automatically find a new one
  • Send SKP from / to any account
  • Easily switch to a different network, or private chains
  • Customized backgrounds and themes for better user experience
  • Choose between dark or light mode
  • Isolated processes on Windows and macOS to prevent from data sniffing or injection
  • Translations (thanks to the SKP community)
  • Organise your accounts with virtual folders (for instance savings, personnal etc...) so you don't pay any transfer fee (stored locally)
  • Change your delegate vote
  • When new version is available, the wallet will let you know
  • Easy to update - download latest version, start installation program and it will automatically remove previous version and install new one
  • Second signature supported
  • SAVE YOUR PASSPHRASE(S) - if you lose it, you lose access to that particular SKP address(es). There is no forgot my password option with blockchains and no one can help you retrieve it!

Installation

Download

Latest Release

From code

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. Optionally switch to node 8.12.0, because this is currently developped with this version:

sudo npm install -g n
sudo n 8.11.2

Install from source:

# Clone this repository
git clone https://github.com/SkelpyCoin/skelpy-desktop

# Go into the repository
cd skelpy-desktop

# Install dependencies 
npm install
  • In some cases, node-hid doesn't provide pre-built binaries, so is necessary to install the node-hid dependencies to build them from source before running npm install.

Then start:

npm start

Necessary to package from macOS

brew tap Homebrew/bundle
brew bundle

Necessary to package from Linux

  • Compilation Tools: apt-get install build-essential git
  • Gcc4.8: apt-get install gcc-4.8 g++-4.8 && export CXX=g++-4.8
  • libusb-1.0.0 headers: sudo apt-get install libusb-1.0.0 libusb-1.0.0-dev

License

MIT © Skelpy