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!
- Calculate balances
- Calculate unrealized gains and losses
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)
- 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
- CoinTracking import (using Puppeteer)
- Include buy/sell indicators