This project tracks trading history on Pump Fun, providing detailed insights into transactions. It is designed to return the following data:
The Pump Fun SDK provides an easy-to-use interface for handling pump fun operations on Solana, specifically designed for token creation, bundle transactions, and more. This SDK integrates with the Jito service and LookupTable to facilitate efficient transaction bundling and buying, ensuring smooth user experiences and enhanced token operations. I will describe the features following
- Comprehensive Trading Data: Captures key details about each trade.
- Real-Time Tracking: Updates data dynamically.
- Transparency: Enables users to monitor trades efficiently.
- User: The participant in the trade.
- Mint: The token identifier.
- Token Amount: The quantity of tokens traded.
- SOL Amount: The amount of SOL involved in the transaction.
- Time: When the trade occurred.
- Signature: The unique transaction identifier.
- Solana WebSocket Connection: Using solana web socket connection, getting update from pump.fun real time
- Geyser RPC Setup: Using geyser rpc, can get data streaming from solana blockchain
- POSTGRE SQL: To store trading history, using postgre sql db
- PRISMA: To manage postgre sql db, using prisma