mintBlue

Guides

Task-shaped walkthroughs for publishing records with the SDK and for running a Machine.

Each guide takes one job, walks it end to end, and finishes at a check you can run yourself.

Every guide assumes you have been through the Quickstart, so you have a project, an SDK access token and the package installed. SDK covers installing the package and importing the client, including the one import path that does not work on a clean install.

Working with transactions

Six jobs, in the order they build on each other. Start at the first one if you have not submitted a record before.

Building a Machine

A Machine runs your application logic and rebuilds its state from the records it wrote. Machines explains the idea; these three guides build one.

If you would rather read a whole application

Examples holds two complete programs built on the same calls: a command-line password store, and a small Express service that records document digests.

On this page