A TypeScript-based utility for analyzing token buyers on the Solana blockchain using the SolanaTracker API.
- π Fetch first 100 buyers of any Solana token
- π Filter buyers by PNL (Profit and Loss)
- π¨ Console-based visualization with colored output for profits/losses
- π Direct links to wallet analysis on gmgn.ai
- π₯οΈ Node.js (Latest LTS version recommended)
- π¦ pnpm package manager
- π SolanaTracker API key
- π₯ Clone the repository
- βοΈ Install dependencies:
pnpm install
Copy the .env.example
file to .env
and set your SolanaTracker API key. You can get an API key from SolanaTracker.
Run the application with a token address:
pnpm run <token-address>