Write and read compact JSON data (or file references) via lifecycle ROS 2 services. For high-throughput telemetry with IPFS, see Verifiable Storage.Documentation Index
Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Write data (/storage/add)
Read data (/storage/read)
- Add: submit JSON data with
/storage/add - Read: retrieve JSON data with
/storage/read - Telemetry & Configuration: see Verifiable Storage for IPFS setup and retry policies
- Pair service calls with
ros2 topic echo /peaq/tx_statusto monitor confirmation phases (PENDING,IN_BLOCK,FINALIZED). - Use
confirmation_mode: FINALin production for stronger guarantees. - For files, publish via the
peaq/storage/ingesttopic handled by the storage bridge.

