blueprint-core 0.2.0-alpha.3

Blueprint SDK Core functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# blueprint-core

Core runtime primitives used across the Blueprint SDK.

## What lives here

- Job model: `Job`, `JobId`, `JobCall`, `JobResult`.
- Extractors and metadata primitives for handler inputs.
- Core error and extension traits.

## When to depend directly

Most apps should use `blueprint-sdk`. Depend on `blueprint-core` directly for low-level integrations, custom runtimes, or framework extensions.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/core
- Runner docs: https://docs.tangle.tools/developers/blueprint-runner/introduction