blueprint-contexts 0.2.0-alpha.4

Context providers for Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# blueprint-contexts

Context extension modules used to compose runtime capabilities into Blueprint job contexts.

## Feature-gated modules

- `tangle`: Tangle client context helpers.
- `eigenlayer`: EigenLayer context helpers.
- `keystore`: signer/keystore context access.
- `instrumented_evm_client`: EVM client instrumentation context.

## When to use

Use when building custom context structs passed into job handlers and you want reusable extension traits/utilities.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/contexts