Expand description
Blueprint SDK job runners
This crate provides the core functionality for configuring and running blueprints.
§Features
§Core
std
(enabled by default) — Enable standard library supportnetworking
(enabled by default) — Enable networking support forBlueprintEnvironment
§Protocols
-
tangle
— Enable Tangle support -
eigenlayer
— Enable Eigenlayer support -
symbiotic
— Enable Symbiotic support (CURRENTLY UNUSED)
Modules§
- config
- eigenlayer
eigenlayer
- error
- tangle
tangle
Structs§
- Blueprint
Runner - The blueprint runner
- Blueprint
Runner Builder - A builder for a
BlueprintRunner
Traits§
- Background
Service - A background service to be handled by a
BlueprintRunner
- Blueprint
Config - Configuration for the blueprint registration procedure