A lightweight interactive terminal based UI application for monitoring your cryptocurrency portfolio in real-time
Go to file
Glenn Y. Rolland c75624c249 doc: Change help banner 2022-08-15 17:08:01 +02:00
src doc: Change help banner 2022-08-15 17:08:01 +02:00
tasks Factorize makefile 2021-04-04 14:55:38 +02:00
.gitignore Ignore files in config/ 2021-04-03 14:18:29 +02:00
LICENSE Initial import 2021-03-31 21:36:03 +02:00
Makefile Split program into 3 binaries 2021-04-04 23:37:02 +02:00
README.md Update README 2021-03-31 21:45:08 +02:00
shard.lock Add dependency to display text tables 2021-04-04 16:42:39 +02:00
shard.yml Split program into 3 binaries 2021-04-04 23:37:02 +02:00

README.md

Hodler

GitHub license Donate on patreon

Holder is a lightweight interactive terminal based UI application for monitoring your cryptocurrency portfolio in real-time.

For now It is a toy project. It is very early stage and is not supposed to work (yet). Please don't use it in production. ⚠️

Features / Roadmap

  • Multiple wallets description
  • Trade history support (buy date, buy price, now price, amount)
  • Invest + current wealth + win/loss + percent calculation
  • Report-mode output
  • Ncurses output (first read-only, then interactive)
  • Wallet import (CEX plugins)
  • Trade history import (CEX plugins)
  • Real time update

Installation

:wip: FIXME

Usage

:wip: FIXME

Contributing

  1. Fork it ( http://github.com/glenux/hodler/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

  • Glenn Y. ROLLAND - author & maintainer:
  • You? Fork the project and become a contributor!

Got questions? Need help? Tweet at @glenux

Inspirations

  • cryptop: Nice ncurses UI. Not support for wallet naming, nor trade history.
  • cointop: Nice ncurses UI & good shortcut keys + README file. Not support for wallet/portfolio.
  • coinwatch: Good support for trade history. 100% configuration based. Not support for CEX trade import nor interactive UI.
  • foxfolio: Nice GUI & options. Heavy browser-based app, not running in terminal. Still unstable.

Tip Jar

BTC Tip Jar xxx

ETH Tip Jar xxx

Donate on patreon

Thank you for tips! 🙏

License

Released under the GNU LGPL-3 license.