Tutorial on using OpenZeppelin's Monitor software to track USDC transfers on the Stellar network and send real-time notifications to Telegram. Covers setup, configuration, contract interaction, and bot integration.
This tutorial demonstrates how to use OpenZeppelin's open-sourced Monitor software to track USDC token transfers on the Stellar blockchain and post live updates to Telegram. The video walks through cloning the GitHub repository, building with Cargo, configuring network settings, setting up monitors for specific contract functions, and integrating Telegram notifications. Key steps include retrieving the USDC contract address from StellarExpert, extracting the transfer function signature using StellarClient, configuring filters and triggers, and creating a Telegram bot with BotFather to receive direct messages. The tutorial demonstrates the monitor working in real-time, successfully capturing and notifying USDC transfers.