Build Custom Detector
This guide walks you through building your custom detector on the Venn Network. Use this as a starting point to implement your detection logic which will secure transactions on the Venn Network.
Overview
To build a custom detector on Venn, you will need to:
Quick Start
Step 1: Clone the Repository
git clone https://github.com/ironblocks/venn-custom-detection.git
cd venn-custom-detectionStep 2: Install Dependencies
Step 3: Run in Development Mode
Detector Service Overview
Example Implementation
Testing Your Detector
Deploy to Production
Manual Build & Deployment
Using Docker
Last updated
Was this helpful?

