Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 636 Bytes

File metadata and controls

16 lines (11 loc) · 636 Bytes

Convert BAT received from Brave in Uphold to Cointracker format

Usage

  1. Clone the repo

  2. Install dependencies with pnpm install

  3. Add your csv file to the directory as input.csv.

  4. Run the script

    node ./index.js
  5. The output will be in output.csv

⚠️ This script has not been thoroughly tested and is limited in scope to my specific use-case where the only transactions in my Uphold wallet were received BAT from Brave. You'll need to modify this to support additional use-cases - no warranties or guaranties are provided by using this script so proceed at your own risk!