Free SaaS Solution to calculate taxes for crypto accounts.
For now the SaaS version is free to use and you can get access by invitation. Send me an email if you want access. I cannot make 100% open because services do cost money and I am a regular guy with small pockets. But I will eventually add a bitcoin, ethereum and solana wallet addresses for anyone who wants to contribute to keep this running.
The SaaS version is currently hosted in:
- Frontend: Cloudflare page.
- Backend: Currently at home using a Zerotrust Cloudflare tunnel. Will move it to a VM in Aruba Cloud in Italy as soon as it is estable.
Current support is limited to Binance and Kraken , which are the two I use. I will add others in future versions. You may help me with that, if you use other.
I opened my accounts in these crypto exchanges a few years back and I have quite a few transactions that DaLI/RP2 could not handle correctly (old cryptos, airdrops, etc). I need to look into this, because the result is not 100% correct. But for activity in the last couple of years and for major cryptos (BTC, ETH, SOL, etc.), it works well.
URL: Cryptax -> https://cryptax.yaluba.org
Access: by invitation only. Send me an email to cryptax[at]yaluba[dot]com if you want to try it.
☢️ Use it at your own risk!!! ☢️
Feel free to mount your own access using the instructions below.
The frontend is an SPA built using the Quasar Framework for Vue
For user authentication, I use the free tier of Hanko
Containerized with the following open SW components:
Documentation for the API can be found in its Readme file . Swagger is published here and json docs here.
The worker runs as a separate container and is responsible for retrieving the data from the exchanges and generating the tax reports. A "modified" version of DaLI is used for the first and RP2 for the second step. Details can be found in the Readme.