create_identity.py
- Prompts for optional metadata and creates a DID via
/identity/create - Streams transaction updates until finalized
- Prints the resulting DID document when available
send_store_add_data.py
- Requests a key, payload, and confirmation mode interactively
- Publishes telemetry through the storage bridge and waits for completion
- Reads the stored data back to verify the flow
StorageClient) in your own scripts to reuse retry handling and logging.
emit_intent.py
Even without humanoid adapters, this script is useful for broadcasting structured events and verifying event streaming:
- Provides menus for locomotion, posture, and gesture intents
- Publishes events onto
peaq/eventsso you can observe payloads and transaction status updates
user_quickstart.py
- Chains identity creation, storage operations, and access control into a single guided flow
- Ideal for validating that wallet funding and configuration are correct before deploying robots
Utilities
inspect_sdk.py: prints the active configuration and SDK statusprint_wallet_addr.py: displays the wallet address associated with the current keystoreretry_failed_storage.py: replays failed storage submissions recorded by the storage bridge

