https://github.com/coolcode/solana-jito-swap
This project is dedicated to protecting Solana transactions from MEV bots.
https://github.com/coolcode/solana-jito-swap
Last synced: 3 months ago
JSON representation
This project is dedicated to protecting Solana transactions from MEV bots.
- Host: GitHub
- URL: https://github.com/coolcode/solana-jito-swap
- Owner: coolcode
- License: other
- Created: 2024-06-23T14:24:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:54:54.000Z (over 1 year ago)
- Last Synced: 2025-09-30T15:51:47.043Z (4 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Solana JITO Swap
This project is dedicated to protecting Solana transactions from MEV bots.
## Setup
1. Download raydium's liqudity file:
```sh
mkdir markets
curl https://api.raydium.io/v2/sdk/liquidity/mainnet.json -o ./markets/raydium.json
```
2. Create .env file
- `PRIVATE_KEY` - Your wallet's private key.
## Run
```sh
pnpm run start
```