Hodlwatch Save

Simple, yet powerful web app for automatic cryptocurrency portfolio tracking

Project README

hodl.watch

Simple, yet powerful web app for automatic crypto portfolio tracking

With fancy chart!

Build Status

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:

# 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!

Open Source Agenda is not affiliated with "Hodlwatch" Project. README Source: belaczek/hodlwatch

Open Source Agenda Badge

Open Source Agenda Rating