These are implementations of Forta (https://forta.org/) detection bots and can be run with little to no configuration.
To run these detection bots, you'll need to:
- Navigate to the directory of the detection bot you'd like to run in your terminal
- Run
npm install
to install the required packages - Run
npm test
to run the unit tests - Run
npm start
to start the agent locally