https://github.com/rustjesty/solana-me-sniper
MagicEden Solana NFT Sniper
https://github.com/rustjesty/solana-me-sniper
go magiceden nft sniper solana
Last synced: 18 days ago
JSON representation
MagicEden Solana NFT Sniper
- Host: GitHub
- URL: https://github.com/rustjesty/solana-me-sniper
- Owner: rustjesty
- License: mit
- Created: 2025-05-13T06:48:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T07:03:44.000Z (about 1 year ago)
- Last Synced: 2025-08-23T18:03:11.057Z (9 months ago)
- Topics: go, magiceden, nft, sniper, solana
- Language: Go
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana MagicEden NFT Sniper
Solana MagicEden NFT Sniper is an on-chain MagicEden sniper that detects all new listings on MagicEden throw blockchain with telegram notifications feature. autobuy is possible with MagicEden API Key.
## Installation
1. Clone repository.
```bash
git clone https://github.com/soljesty/solana-me-sniper.git
```
2. Fill in config file (configs/values_local.yaml) with the following variables:
```bash
solana-endpoint:
bot-api-key:
me-api-key:
private-key:
```
If you don't need telegram notification then just skip second variable.
ME_APIKEY and PRIVATE_KEY variables are only needed if you want to automatically buy NFTs, otherwise jusk skip them.
[Add autobuy conditions here](https://github.com/soljesty/solana-me-sniper/blob/main/pkg/sniper/sniper.go#L99)
You can get Solana RPC node for free at https://www.quicknode.com
3. Run script
```bash
go run cmd/solana-me-sniper/main.go
```
4. (Optional) If you are using telegram bot, then write /start command to it.
## Usage
### Logs contain:
* Action type (now only list/buy)
* Block/Current timestamp
* collection symbol, token name
* price, rarity, rank, supply, seller, buyer

### Telegram notifications.

## License
[MIT](https://choosealicense.com/licenses/mit/)