Skip to main content
After configuring the workspace, start the lifecycle nodes that provide blockchain connectivity. Source both the ROS 2 distro and the workspace overlay before launching.
The launch file spins up core_node and events_node with lifecycle management enabled. Key launch arguments: Override them inline:

Lifecycle Management

The nodes start in the unconfigured state. Use standard lifecycle commands to configure and activate them:
Repeat the lifecycle commands for /peaq_events_node if you need to pause or resume event streaming independently. Nodes publish status logs to /tmp/core_node.log and /tmp/events_node.log by default.

Storage Bridge

Launch the storage bridge when you want IPFS-backed storage flows (managed pinning optional):
The bridge consumes the same configuration file, handles retry logic, and exposes ROS 2 interfaces documented in Verifiable Storage. For a full demo, continue with the example launches.