Backtest your rules against real blockchain transactions to verify they work correctly.Documentation Index
Fetch the complete documentation index at: https://docs.blocklight.co/llms.txt
Use this file to discover all available pages before exploring further.
Output Shows
- Which rules matched and why
- References from matched rules (if the rule has
referencesfield) - Execution time
- Summary statistics
Rule Directories
By default,dry-run uses all available rule directories:
rules/default- Default detection rulesrules/custom- Your custom rules (if directory exists)rules/testing- Testing rules (if directory exists, only in dry-run)
rules/testing/ are NEVER loaded in production (when running blocklight start). They are automatically included in dry-run for testing purposes.
If you specify --rules or --rule, only that specific directory or file will be used instead of all directories.