Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 922 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 922 Bytes

Kobold will be an open-source application to track your crypto portfolios. It strives to be an alternative to CoinTracking and Koinly.

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 from CoinGecko
  • 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