github for stake.tax
stake.tax
The CSV codebase for stake.tax is open source!
- Is stake.tax missing support for certain transactions? Write a PR!
- A preview:
# Create default CSV
python3 report_sol.py <wallet_address>
# Create all CSV formats (i.e. koinly, cointracking, etc.)
python3 report_sol.py <wallet_address> --format all
# Show CSV result for single transaction (great for development/debugging)
python3 report_sol.py <wallet_address> --txid <txid>
- Example to add new cosmos-based CSV (i.e. Agoric, BLD): https://github.com/hodgerpodger/staketaxcsv/commit/ff8af30b85ea4416504d043723e91f3edf5c7ee1
- Example to add new CSV format (i.e. coinledger): https://github.com/hodgerpodger/staketaxcsv/commit/105b9e50dc08349dc750fd2e3f99298c369b543e
Last modified 5mo ago