cutecoin
Qt Client for Ucoin 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
- 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, this can't be installed because of Pynacl not available on this OS. Issue #100 opened : https://github.com/pyca/pynacl/issues/100 )
- Install python3, cx_freeze for python 3 and pyqt5, and pip
- Run :
- pip install scrypt
- pip install pynacl
- 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"