wallet-monitor
Installation
SKILL.md
Wallet Monitor
This skill provides the capability to monitor specific blockchain wallets for activity, such as balance changes or large transactions. It connects to public RPC endpoints to fetch real-time data.
Workflow
- Define Wallets: Specify the list of wallet addresses to monitor in
scripts/monitor.jsor pass them as arguments. - Set Threshold: Configure the minimum balance or transaction value to trigger an alert.
- Run Monitor: Execute the
scripts/monitor.jsscript to check current status. - Schedule: Use a scheduler (like cron) to run the monitor periodically for continuous tracking.
Scripts
scripts/monitor.js: The core Node.js script that queries the blockchain via RPC to check wallet balances.
References
references/wallets.md: A reference list of notable wallet addresses (e.g., exchanges, foundations) for testing and monitoring.