A Telegram bot that listens for Pizza Slice NFT upgrades on Ethereum and instantly posts upgrade notifications.
- Real-time NFT upgrade alerts
- Displays upgraded NFT artwork
- Shows previous and new slice level
- Includes SATO spent
- OpenSea link
- Etherscan transaction link
- WebSocket connection via Alchemy
- Node.js
- ethers.js v6
- Telegram Bot API
- Railway
- Alchemy WebSockets
BOT_TOKEN=
CHAT_ID=
RPC_URL=npm install
npm startMIT