Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dapplion/mycryptoportfolio
https://github.com/dapplion/mycryptoportfolio
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dapplion/mycryptoportfolio
- Owner: dapplion
- License: mit
- Created: 2018-05-09T14:07:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T16:02:03.000Z (over 6 years ago)
- Last Synced: 2024-12-28T06:48:30.936Z (10 days ago)
- Language: JavaScript
- Size: 582 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myCryptoPortfolio
This project goal is to deliver an open source tool to track your crypto portfolio. The data is stored encrypted in a central database so multiple users can view and collaborate on real time, in a google docs-ish fashion. The server is not aware of what information holds and does not perform computations since the data is only decrypted and manipulated at the client.
The data input should include
- different blockchain accounts
- read-only credentials of exchanges
- target portfolio percentages# Challenges
- The Bittrex API is not CORS allowed, so browsers can not consume private endpoints easily# Todo
- [x] Server <-> Client communications
- [ ] Data input
- [ ] Data visualization# State of the art research
- An asset management and tax reporting application specializing in Cryptoassets [github](https://github.com/rotkehlchenio/rotkehlchen)
- Unity is Strength - Collaboration is Key - CryptPad is the zero knowledge realtime collaborative editor [live site](https://cryptpad.fr) [github](https://github.com/xwiki-labs/cryptpad)