This is a simple monitor that watches for abnormalities on Ethereum mainnet via the Module API.
This is a work in progress, and currently monitors:
- Large NFT Sales (> 100 ETH)
- Large ETH Transfers (> 1000 ETH)
- Clone this repo
yarn install
- edit .env file with your own module api key and webhook url
WEBHOOK_URL=https://discord.com/api/webhooks/...
MODULE_API_KEY=...
yarn build
yarn start
Contributions welcome!