# 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