Canonical Gora app flows
These are the three developer flows Project 08.8 supports. They are intentionally small because the first production apps can build on the same surfaces instead of copying internal scripts.1. Off-chain computation with callback
Use this when a Gora app computes a result and the chain side is updated by a gateway or callback submitter. No user wallet signature is required.callback object and a chain_callback intent. Devnet callback status is visible through gora inspect callback, which combines Gora request output with Dev Bridge broadcast/submission events.
2. Mobile-initiated request with program-owned payout
Use this when mobile starts the interaction, the Gora app computes the outcome, and the app/program-owned chain component performs the payout. The raffle app is the current concrete example.3. Agent-initiated transaction with mobile signing
Use this when the app/agent decides a user-paid transaction should happen, mobile signs it, and the Dev Bridge/operator submits it.mobile_signing_request.signing_payload and submission_plan, so the node can publish it to the bridge without app-specific glue code.