Skip to content
Snippets Groups Projects
Inso's avatar
inso authored
Pushing only changed WHT
01965574
History

cutecoin

Qt Client for Ucoin project.

Goal features

  • Ucoin account management via wallets and communities
  • Multi-currency
  • Multi-community
  • Multi-wallets
  • Contacts messaging
  • User-friendly coins transfer
  • Community membership management via a voting interface

Current state

Done (master branch)

  • Accounts management
  • Communities viewing
  • Coins Transfer
  • cx_freeze deployment
  • Wallet management (no multiple wallets yet)
  • Contacts management

Todo

  • Joining a community, publishing keys
  • Multiple wallets management

How to install

  • git clone --recursive https://github.com/Insoleet/cutecoin.git
  • Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python.
  • Install python3.3, cx_freeze for python 3.3 and pyqt5, and pip
  • On Linux, deployment works with python3.4 too
  • On Windows, make sure folders for python3 and pyqt5 binaries are in your $PATH
  • Run pip install python-gnupg and pip install requests
  • Run python gen_resources.py in cutecoin folder
  • Run python setup.py build in cutecoin folder
  • The executable is generated in "build" folder, named "init"