Custom Modules
Commit-Boost aims to provide an open platform for developers to create and distribute commitment protocols sidecars.
There are three ways to leverage Commit-Boost modularity:
- Commit Modules, which request signatures from the proposer, e.g. for preconfirmations (example)
- PBS Modules, which tweak the default PBS Module with additional logic, e.g. verifying additional constraints in
get_header
(example) - PBS Events, which trigger based on the different events of the PBS lifecycle and can be used e.g. for monitoring and reporting (example)