Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.56 KB

Jupiter Aggregator Transaction Parser

How to recover data directly from the blockchain

Getting started

# 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
...

(back to top)

ToDo

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.

Useful Links

(back to top)

Jupiter Links

(back to top)