feat: Add CLI extensions so users can run custom inspectors & classifiers without forking. #503
Labels
C-enhancement
New feature or request
D-2
Difficulty 2/5 (easy)
P-2
Priority 2/3 (average criticality)
Description:
Currently, if someone wants to write custom inspectors for Brontes, they would need to fork the project and add their code directly. This approach isn't maintainable in the long term due to potential merge conflicts and the need to modify the database schema for storing newly classified data.
To improve the extensibility of Brontes, we want to add support for custom inspectors that can be defined and installed by users without requiring them to fork the project. This will enable users to create and use their own inspectors while keeping their codebase separate from the main Brontes repository.
Requirements
Inspector
trait.Additional Context|
See reth's CLI extension reth cli ext
LibEVM reth cli extension guide
The text was updated successfully, but these errors were encountered: