Crate blueprint_runner

Source
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 support
  • networking (enabled by default) — Enable networking support for BlueprintEnvironment

§Protocols

  • tangle — Enable Tangle support

  • eigenlayer — Enable Eigenlayer support

  • symbiotic — Enable Symbiotic support (CURRENTLY UNUSED)

Modules§

config
eigenlayereigenlayer
error
tangletangle

Structs§

BlueprintRunner
The blueprint runner
BlueprintRunnerBuilder
A builder for a BlueprintRunner

Traits§

BackgroundService
A background service to be handled by a BlueprintRunner
BlueprintConfig
Configuration for the blueprint registration procedure