blueprint-client-tangle 0.2.0-alpha.4

Tangle client for Blueprint SDK - connects to Tangle EVM contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# blueprint-client-tangle

Tangle contract-facing client for Blueprint services.

## What it includes

- Config + settings types (`TangleClientConfig`, `TangleSettings`).
- Contract/service wrappers for Tangle interfaces.
- High-level client entrypoints and typed errors.

## When to use

Use when your service needs direct calls into Tangle contract surfaces (service lifecycle, operators, jobs, payments).

## Related links

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