Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 336 Bytes

File metadata and controls

14 lines (11 loc) · 336 Bytes

Contributing to ChainScout

Quick Start

  1. Fork repo → git clone <your-fork>
  2. docker compose up -d
  3. Make changes → test with curl http://localhost/health
  4. Submit PR

Adding Detectors

  1. Create function in server/security-engine.js
  2. Register in module.exports
  3. Update README

Questions? Open an issue.