We used helius webhook to reduce network delay and enhance its speed. By implementing solana transaction raw data analysis, we can reduce target wallet transaction analyzing time.
- Get solana transaction raw data from helius webhook
- Analyze transaction raw data and get target transaction details like inputMint, outputMint, amount, etc.
- Copy target transaction
Using VPS is preferred for this project to run server 24/7, but you can also use your local machine.
- configure environments
provide your wallet private key and helius rpc api key in .env file configure helius webhook settings in helius official website https://dashboard.helius.dev/dashboard
- install dependencies
npm install
- start project
npm run dev