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>

Last updated