Raydium Tracker is a monitor that detects newly created Raydium pools.
A utility written in TypeScript that tracks newly created Raydium pools on the Solana blockchain. It collects data about the liquidity pool, token name and the amount of liquidity added to the pool The application uses the Metaplex and Solana JavaScript libraries to interact with the blockchain.
- Clone this repository to your local machine.
- Navigate to the cloned directory:
cd <cloned-dir-name>
. - Install dependencies using your package manager of choice:
npm install
oryarn install
.
- If you wish, you can replace the RPC URL for Solana by replacing
'RPC'
in the.env
file. - Run the application:
npm start
oryarn start
.
Contributions are welcome! If you find a bug or want to enhance the application, feel free to create an issue or submit a pull request!