mhdfasilwyd / Crypton

A crypto dashboard using Coingecko API, Qt widgets and Raspberrry PI fully with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypton

A crypto dashboard using Coingecko API and Raspberrry PI fully with C++

CoinGecko API

Thanks to D7EAD CoinGecko C++20 library which is powering the base, a slight modification to codes and added build file for generating shared library

Raspberry Pi Linux PC
lib_pi lib_pc

Application

Application is developed using Qt widgets, I want it fully C/C++ based.

Building

  • Type . InstallDependency.sh in terminal and click enter
  • Inside CoinGecko folder open terminal, type make and enter
  • Inside Application open terminal, type qmake && make and enter
  • And to run application type . run.sh and enter

Status

  • CoinGecko API support for Pi and Linux
  • Integration to Qt
  • Qt feature addition
    • Basic crypto pricing

Contribution

You can too contribute to this project!

About

A crypto dashboard using Coingecko API, Qt widgets and Raspberrry PI fully with C++

License:MIT License


Languages

Language:C++ 96.2%Language:QMake 1.5%Language:Makefile 1.2%Language:Shell 1.1%