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