Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatihacet/CoinTop
CoinTop: Realtime crypto portfolio app for desktop
https://github.com/fatihacet/CoinTop
altcoin bitcoin ccxt crypo cryptocurrency cryptoportfolio desktop-app electron
Last synced: 3 months ago
JSON representation
CoinTop: Realtime crypto portfolio app for desktop
- Host: GitHub
- URL: https://github.com/fatihacet/CoinTop
- Owner: fatihacet
- Archived: true
- Created: 2018-02-24T23:30:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T18:35:47.000Z (about 6 years ago)
- Last Synced: 2024-07-05T23:21:17.129Z (4 months ago)
- Topics: altcoin, bitcoin, ccxt, crypo, cryptocurrency, cryptoportfolio, desktop-app, electron
- Language: JavaScript
- Size: 1.3 MB
- Stars: 25
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-ccxt - CoinTop - portfolio with secure access to keys (Analytics platforms)
README
# CoinTop
CoinTop is a desktop app to track your crypto portfolio on multiple exchanges in realtime. Add your **read only** API keys and enjoy!
![CoinTop](static/_cointop.gif)
Currently supported exchanges are Binance.com, Bittrex.com and Cex.io. CoinTop uses [ccxt](https://github.com/ccxt/ccxt/) to connect the exchanges and technically it should be easy to support new changes in next versions.
### Security
CoinTop uses [keytar](https://github.com/atom/node-keytar) from GitHub's Atom team and on macOS the credentials are managed by the Keychain, on Linux they are managed by the Secret Service API/libsecret, and on Windows they are managed by Credential Vault.
### Important
Please make sure that your API keys only have **read access**. Using read only API keys, it is impossible for CoinTop to change any data on your behalf on the exchanges you added.
### Disclaimer
Cointop is currently on development and may contain bugs. It may not work at all. If you want to contribute CoinTop, please open an issue to report issues you have. Feel free to create an issue for feature requests. Thank you for your feedbacks.