Blog

Blueprint SDK Guide: Run Rust Services on Tangle

Tangle is a network where independent operators run services. The Blueprint SDK is a Rust toolkit for packaging, testing, and operating those services: a Blueprint is a reusable service definition, a Job is one callable unit of work, and a Service is one live configured instance run by an operator.

For Rust teams deciding whether a local service should be run by independent Tangle operators, this guide shows how to define and run a job, test the deployment, and collect monitoring and rollback evidence; it does not prove the service’s business logic is correct.

Start here: Blueprint SDK Deployment: Run an Operator Job. This collection currently contains one article.