An open API service indexing awesome lists of open source software.

https://github.com/flolu/kobold

🍀 (Work in progress) Open-source Crypto Portfolio Tracker
https://github.com/flolu/kobold

cointracker crypto cryptocurrency portfolio

Last synced: 3 months ago
JSON representation

🍀 (Work in progress) Open-source Crypto Portfolio Tracker

Awesome Lists containing this project

README

        

Kobold will be an open-source application to track your crypto portfolios. It strives to be an alternative to [CoinTracking](https://cointracking.info) and [Koinly](https://koinly.io).

> This software is still being developed and thus not ready to use by any means!

## Features

- Calculate balances
- Calculate unrealized gains and losses

## Usage

**Setup**

- `npm i` (Install dependencies)
- Create `data/coins.json` file with [all coins](https://api.coingecko.com/api/v3/coins/list) from [CoinGecko](https://coingecko.com)
- Create `data/transactions.json` file with all your transactions

**Run it**

- `npm run start` (Execute analysis)

## Todo

- Build user interface
- Transaction imports
- Calculate realized gains and losses
- Write tests and add to GitHub action
- Fiat trades
- Choose target fiat currency
- Historical data

## Ideas

- CoinTracking import (using Puppeteer)
- Include buy/sell indicators