Hodlwatch
Simple, yet powerful web app for automatic cryptocurrency portfolio tracking
Install / Use
npx skills add belaczek/hodlwatchInstalls into whichever agent you are using.
README
The main idea behind this project is to create portfolio tracking web application which is easy to use, easy to modify or extend and where user is an owner of his own data. That means everyone can make a fork of this project and run it in his own environment. Or they can just use the hosted app at hodl.watch
All user data are stored in browser local storage.
How to run locally
Requirements:
- Node.js 10 or later
- Yarn 1.22
# 1. install npm dependencies
yarn
# 2. build the project
yarn build
# 3. run built application
yarn start
# 4. (optional): Starts local CORS proxy server
yarn cors-server
Features
Advanced charting
Track your portfolio value in an intuitive chart containing all your assets, stacked together.
Automatic exchange data import
Thanks to awesome ccxt library it has become fair simple to support many exchanges through unified API.
Private data storage
The app stores all its data in browser localstorage, only using stored api keys to communicate with exchanges.
One of the planned future features is optional dropbox/onedrive sync so that user can work with the same data on multiple devices.
Easy to modify
hodl.watch being powered by React and Redux which is one of the most popular stacks in recent web development. That reduces the difficulty of having to learn a new technology for many developers. The code is written using well known best practises to stay readable and not difficult to modify or extend.
A developer wiki is planned to provide some instructions about how to work with the project.
Powered by
Hosted by GitHub pages
Keep calm and hodl!
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
Agent Development
140.7kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or…
review-duplication
106.4kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
