eprbell / rp2

Privacy-focused, free, open-source cryptocurrency tax calculator for multiple countries: it handles multiple coins/exchanges and computes long/short-term capital gains, cost bases, in/out lot relationships/fractioning, and account balances. It supports FIFO, LIFO, HIFO and it outputs in form 8949 format. It has a programmable plugin architecture
https://pypi.org/project/rp2/
Apache License 2.0
256 stars 42 forks source link

Uncertain, but considering making a python wallet reader #78

Open eode opened 1 year ago

eode commented 1 year ago

I have found the current run of tax software to be dismal at best.

My experience has been:

These, coupled with some knowledge of chain functionality (more than some crypto tax companies, apparently) have caused me to consider making a CLI, read-only meta-wallet.

This would be a means of reading and keeping track of your current balances, as well as your past transaction activity. However, I know little to nothing about taxes. ..so RP2 is a decent find.

That said, I'd rather avoid duplicating work. Is there some similar project out there already using RP2?

eprbell commented 1 year ago

You may want to look into writing a data loader for DaLI, the RP2 data loader and input generator. Just like RP2, DaLI has a programmable plugin architecture, so you could write a data loader plugin for your source of choice (wallet, exchange, etc.). Check this to learn more about the topic: https://github.com/eprbell/dali-rp2/blob/main/docs/developer_faq.md#how-to-develop-a-dali-data-loader-plugin.