Skip to content

Sentinel Python SDK is designed for building custom on-chain and off-chain data processors and detectors

License

Notifications You must be signed in to change notification settings

haas-labs/ext-sentinel-py-sdk

Repository files navigation

Sentinel Python SDK

License

Sentinel Python SDK is designed for building custom on-chain and off-chain data processors and detectors

  • Research and prototyping, developing production-ready detectors
  • Inputs/outputs/databases
    • Local file system and Websocket Data Feed for Testing
    • Kafka Data Feed for Production
    • Event generation
  • Seamlessly integrates with Extractor

Detector Examples:

  • Contract Attacks
  • Liquidity Monitoring
  • DEX Activity
  • Large Funds transfers
  • MEV Arbitrage
  • Spam Detection
  • Labels collection
  • ...

Sentinel supports all blockchain networks supported by Extractor (e.g. Ethereum,Arbitrum,BSC,...). Check Extractor for getting a full list of supported networks.

Sentinel SDK is not limmited to build just on-chain data processor, there are options to develop sentries for processing data on schedule.

Documentation

References