Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 552 Bytes

Anomaly Detector

Whats this?

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)

How to use

  1. Clone this repo
  2. yarn install
  3. edit .env file with your own module api key and webhook url
WEBHOOK_URL=https://discord.com/api/webhooks/...
MODULE_API_KEY=...
  1. yarn build
  2. yarn start

Contributions welcome!