Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Uncertain, but considering making a python wallet reader #78

Open
eode opened this issue Oct 12, 2022 · 1 comment
Open

Uncertain, but considering making a python wallet reader #78

eode opened this issue Oct 12, 2022 · 1 comment

Comments

@eode
Copy link

eode commented Oct 12, 2022

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

My experience has been:

  • incomplete import of chain or exchange data
  • poor transaction matching
  • poor handling of cross-chain transfers

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
Copy link
Owner

eprbell commented Oct 12, 2022

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants