Skip to content

vvobadev/Solana-copy-trading-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana copy trading bot

This project is solana copy trading bot project.

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.

Project principle

  1. Get solana transaction raw data from helius webhook
  2. Analyze transaction raw data and get target transaction details like inputMint, outputMint, amount, etc.
  3. Copy target transaction

To use webhook, need to run a server

Using VPS is preferred for this project to run server 24/7, but you can also use your local machine.

How to use

  1. 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

  1. install dependencies

npm install

  1. start project

npm run dev

March 25th 2025, Made by Tatsunori Yoshida For Benny

Thank you, Benny

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published