Advanced example
This example builds a smart contract for a small logistics operation — tracking shipments from order through to delivery — and shows how the pieces from the rest of these docs come together in a more realistic workflow.
What the video covers
- Defining the asset and its properties for a shipment.
- Adding the states a shipment moves through and the transitions between them.
- Setting access restrictions so only the right party can run each step.
- Deploying the workflow and trying it in the Asset Dashboard.
tip
New to Toolblox? Start with the 5 minute example and Core concepts, then come back for this one.