Skip to content

Timoon21/jup-transaction-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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)

About

Parser to parse transaction on the Jupiter program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published