staticinstance / Lisk-Lite-Client

Multiplatform Lite Desktop Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Platform Lisk Lite Client

Download

Install the version 1.0.0 Beta 2

Windows | Linux - ubuntu/debian | Mac

This version is fully functionnal and can be used. See the changelog

Features

  • Available on Windows, Linux (ubuntu/debian) and Macosx (signed)
  • No wait to sync to the network: launch and use.
  • view any account from its address (transactions, delegate status and votes)
  • deposit LSK using altcoins or USD (via changer.com) - no registration needed
  • label any account
  • realtime currency value (updated every 5 min) in UsD, Euro, BTC, HKD, JPY, CNY, AuD, CanD, Pound and Rubble
  • autoconnecting to a healthy lisk network peer. If the peer is not good any more, automatically find a new one.
  • send lisk from/to any account.

If you login to your account (with your passphrase)

  • Withdraw to altcoins or USD (via changer.com) - no registration needed
  • Organise your accounts with virtual folders (for instance savings, personnal etc...) so ou don't pay any transfer fee
  • Update your votes.

Second signature supported. Multisignature accounts not yet supported.

Authors

Fixcrypt. To support the development, please vote for delegate fixcrypt.

Screenshot

linux

linux

From code

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/fix/Lisk-Lite-Client
# Go into the repository
cd Lisk-Lite-Client
# Install dependencies and run the app
npm install
cd client
npm install
cd ..
npm start

License MIT copyright (c) 2016 fx thoorens

About

Multiplatform Lite Desktop Client

License:MIT License


Languages

Language:JavaScript 66.0%Language:HTML 31.8%Language:CSS 2.2%