https://github.com/macpie/helium-taxable
https://github.com/macpie/helium-taxable
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macpie/helium-taxable
- Owner: macpie
- License: apache-2.0
- Created: 2021-01-27T00:53:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T18:58:31.000Z (about 5 years ago)
- Last Synced: 2025-06-11T09:57:07.391Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`