├── README.md ├── img ├── large-detection.png └── swap-detection.png ├── swap-detection ├── main.js └── package.json └── transfer-detection ├── main.js └── package.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/README.md -------------------------------------------------------------------------------- /img/large-detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/img/large-detection.png -------------------------------------------------------------------------------- /img/swap-detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/img/swap-detection.png -------------------------------------------------------------------------------- /swap-detection/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/swap-detection/main.js -------------------------------------------------------------------------------- /swap-detection/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/swap-detection/package.json -------------------------------------------------------------------------------- /transfer-detection/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/transfer-detection/main.js -------------------------------------------------------------------------------- /transfer-detection/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A5-/Wallet-Monitoring-TG-bot/HEAD/transfer-detection/package.json --------------------------------------------------------------------------------