<!-- Landscape | [](https://landscape.io/github/ucoin-io/cutecoin/dev) -->  Cutecoin [](https://coveralls.io/r/ucoin-io/cutecoin) [](https://travis-ci.org/ucoin-io/cutecoin) [](https://ci.appveyor.com/project/Insoleet/cutecoin/branch/dev) [](http://weblate.ucoin.io/engage/cutecoin/?utm_source=widget) ======== Qt Client for [uCoin](http://www.ucoin.io) project. ## Goal features * Ucoin account management via wallets and communities * Multi-currency * Multi-community * Multi-wallets * Contacts management * User-friendly money transfer * Community membership management ## Current state ### Done (master branch) * Accounts management * Communities viewing * Money Transfer * cx_freeze deployment * Wallets management * Contacts management * Joining a community, publishing keys * Multiple wallets management ### How to build * __git clone --recursive https://github.com/ucoin-io/cutecoin.git__ * Dependencies : * [python3](https://www.python.org/downloads/) * [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) * [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) * [libsodium](http://doc.libsodium.org/installation/README.html) * To get python libraries dependencies : * __pip install pylibscrypt__ * __pip install libnacl__ * __pip install requests__ * __pip install base58__ * Run __python3 gen_resources.py__ in cutecoin folder * Run __python3 gen_translations.py__ in cutecoin folder * Run __python3 setup.py build__ in cutecoin folder * The executable is generated in "build" folder, named "cutecoin" ### Download latest release * Go to [current release](https://github.com/ucoin-io/cutecoin/release) * Download corresponding package to your operating system * Unzip and start "cutecoin" :) * Join our beta community by contacting us on [uCoin forum](http://forum.ucoin.io/) ## License This software is distributed under [GNU GPLv3](https://raw.github.com/ucoin-io/cutecoin/dev/LICENSE).