https://github.com/donpushme/kenliu-copy-trading
https://github.com/donpushme/kenliu-copy-trading
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donpushme/kenliu-copy-trading
- Owner: donpushme
- Created: 2025-05-26T17:24:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-27T10:04:14.000Z (about 1 year ago)
- Last Synced: 2025-10-06T21:40:57.790Z (8 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy Trading Bot
## Components
- Simple UI
- Express Backend
## How to run the bot
Highly recommed that you run the bot in the VPS for the fast speed and prevention from the external activity
### Setting the express backend
In the project directory, run the command like follows
`
yarn
`
### Create .env file in the directory and copy this data
> PRIVATE_KEY =
>
> RPC_ENDPOINT = https://mainnet.helius-rpc.com/?api-key=
>
> RPC_WEBSOCKET_ENDPOINT = wss://mainnet.helius-rpc.com/?api-key=
>
> GRPC_ENDPOINT = wss://atlas-mainnet.helius-rpc.com/?api-key=
>
> BASE_MINT_ADDRESS = So11111111111111111111111111111111111111112
>
> MONGO_URI =
>
> IS_JITO = false
>
> JITO_FEE = 0.0001
>
> BUY_AMOUNT = 0.001
>
> PRIORITY_FEE = 5200
>
> TARGET_ADDRESS =
>
### Run the backend
`
yarn dev
`
### Setting Up the UI
- Go into the frontend directory
`cd frontend`
- Run this command
`npx http-server -p 3000`
### Go to the browser and browe http://localhost:3000