# Clone the repository (you can also click "Use this template")
git clone https://github.com/timoon21/jup-transaction-parser.git jup-transaction-parser
cd jup-transaction-parser
...
# Install dependencies
npm install
# Run parser.ts file
`npm run parser`.# runs ./src/parser.ts file
...
Currently, I use the Pre and Post Balances Accounts. This does not allow me to parse the intermediate token during a swap over multiple legs. I plan in the future to parse the innerInstructions to decode the Token Transfer.