Description: Simple QT GUI application to track market value of your cryptocurrencies portfolio, pulls prices from cryptocoincharts.info
There are no installation packages availalbe yet. I'll be happy to create some if I see somebody interested in this.
The project file cryptoportfolio.pro can be opened via QT Creator or one can generate the makefile and compile it using the following commands:
qmake
make
Go to tests directory and fire up the following command:
qmake; make
and run cryptoportfolio_tests if it was succefully compiled
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
CryptoPortfolio QT is released under the terms of the MIT license.