peaq_ros2_examples packages launch files that orchestrate the core services, storage bridge, and helper scripts. Use them to validate your setup or as templates for project-specific launches.
demo_core.launch.py
Launches the core node and events node together:
- Starts
core_node+events_node - Applies configuration from
peaq_ros2_examples/config/peaq_robot.yaml - Suitable for identity, access, and storage service testing
- Emits rich telemetry on
peaq/tx_statusandpeaq/eventsso monitors light up immediately
storage_bridge.launch.py
Included with peaq_ros2_core, this launch is often combined with demo_core to exercise storage flows:
- Subscribes to
peaq/storage/ingest - Publishes
peaq/storage/status - Honours retry policies defined in the shared configuration file
- Demonstrates how RBAC-protected storage flows finalize on-chain with streaming feedback
e2e_test.launch.py
Runs a full end-to-end scenario used by the testing guide:
- Spins up core services, storage bridge, and test utilities
- Validates DID creation, storage writes, and event streaming automatically
network, confirmation_mode, log_level, config_yaml). Extend them with additional nodes or parameters as needed for your deployment.
Continue with the example scripts to trigger specific blockchain operations.
