CeloTxTrackerBot is a lightweight, professional tool for the Celo ecosystem:
- 🚀 Deploys a smart contract (
TxRegister.sol) to Celo L1 - 🔗 Allows users to register themselves on-chain
- 🤖 Includes a Node.js bot that tracks outgoing transactions from a given address
- 🔔 Optional integration with Discord/Telegram for real-time notifications
- ✍️ Create Solidity smart contract
TxRegister - 📦 Deploy contract on Celo mainnet
- 🤖 Build Node.js bot to monitor transactions
- 🔔 Integrate bot with Discord/Telegram (optional)
Open GitHub Codespaces for this repository and run the following commands:
# Install dependencies
npm install
# Create .env file (example)
echo "PRIVATE_KEY=your_private_key" >> .env
echo "MONITORED_ADDRESS=your_celo_address" >> .env
# Deploy smart contract to Celo
npm run deploy
# Start the bot to monitor outgoing transactions
npm startMIT License