Case Study
PoisonTrace
A Solana wallet-poisoning detection pipeline with strict candidate filtering, idempotent storage, async exports, and a React dashboard.
TypeScriptGoPostgreSQLReactDockerAzure
Overview
Key Features
- Bounded ingestion and owner-level normalization
- 100% recall and 0 false positives across 19 test cases
- Composite identity keys for idempotent persistence
- React + Go dashboard load-tested to ~190 req/s at p99 123ms
Gallery

1 / 6
What I Learned
- Built reproducible data pipelines
- Designed false-positive regression checks
- Used async jobs and exports for operational workflows