An open API service indexing awesome lists of open source software.

https://github.com/macpie/helium-taxable


https://github.com/macpie/helium-taxable

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Helium Taxable

Create CSV files of your accounts' reward history via helium's API and Coingecko.

## Disclaimer

This is not official tax advice. Use at your own risk.

## Usage

1. Edit `.env-template` to `.env`
1. Set your `HT_ADDRESSES` (wallet addresses, comma separated)
2. Set your desired dates `HT_START_DATE` `HT_END_DATE` (ex: `'2021-01-01'` format `YYYY-MM-DD`)
2. Run `docker-compose build --force-rm`
3. Run `docker-compose up`
4. Your CSVs are in `./reports`