Skip to content

ErikWallstrom/Crypto

Repository files navigation

Crypto - A cryptocurrency watcher made with GTK+3

Migrated to GitLab (https://gitlab.com/ErikWallstrom/Crypto)

Crypto uses the CoinCap.io API to fetch up-to-date data about cryptocurrencies.

Screenshots

Requirements

  • gcc
  • make
  • gtk3
  • json-glib
  • libcurl

Arch Linux (and derivatives)

sudo pacman -S gcc make gtk3 json-glib libcurl

Ubuntu (and derivatives)

sudo apt install gcc make libgtk-3-dev libjson-glib-dev libcurl4-openssl-dev 

Currently requires network connection to start correctly

Installation

git clone https://github.com/ErikWallstrom/Crypto.git
cd Crypto
make
sudo make install

Planned features

  • Portfolio
  • Warnings/notifications

License

About

A cryptocurrency watcher made with GTK+3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published