Solana NFT wallet monitor. Keeps track of specified solana wallets for any NFT trades executed on various NFT marketplaces.
Last updated Apr 21, 2026
10
Stars
0
Forks
0
Issues
0
Stars/day
Attention Score
26
Language breakdown
TypeScript 99.1%
JavaScript 0.5%
Dockerfile 0.4%
▸ Files
click to expand
README
GuiltySpark
Solana NFT wallet monitor. Keeps track of specified solana wallets for any NFT trades executed on various NFT marketplaces. Additionally, monitors wallets for NFT token burns
Contents
* With Docker * Without DockerFeatures
- Monitors wallets for NFT token transactions involving Solana NFT marketplaces
- Monitors wallets for NFT token burns
- Posts transaction details directly to your discord webhook URL
- Error handling
- Logging
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
SOLANACLUSTERENDPOINT - "devnet" | "testnet" | "mainnet-beta"
SUPABASE_URL - URL to your supabase backend
SUPABASE_KEY - API key to access supabase backend
DISCORDWEBHOOKURL - Webhook url so that bot may post messages
Run Locally
Clone the project
git clone https://github.com/Stonks-Luma-Liberty/GuiltySpark.git
Go to the project directory
cd GuiltySpark
With Docker
Use docker-compose to start the bot
docker-compose up -d --build
Without Docker
Install dependencies
yarn install
Start the bot
yarn start🔗 More in this category