Skip to content

docs: delivery fan-out pipeline and Soroban client concept docs - #518

Open
Akinyemi04 wants to merge 1 commit into
codebestia:mainfrom
Akinyemi04:docs/delivery-fanout-and-soroban-client
Open

docs: delivery fan-out pipeline and Soroban client concept docs#518
Akinyemi04 wants to merge 1 commit into
codebestia:mainfrom
Akinyemi04:docs/delivery-fanout-and-soroban-client

Conversation

@Akinyemi04

Copy link
Copy Markdown

Summary

  • Adds apps/backend/docs/concepts-delivery-fanout.md tracing a message from send_message through per-device fan-out (deliveryPipeline.ts) and receipt aggregation (deliveryAggregation.ts) back to the sender, noting that fanout.ts and the publish side of deviceDelivery.ts aren't wired into the live path.
  • Adds apps/web/docs/api-soroban-client.md documenting the lib/soroban.ts / lib/freighter.ts build → sign → submit → poll flow, every contract call site, and network/RPC/env var configuration.

Test plan

  • Docs-only change; no functional code touched
  • Reviewed both docs against current source for accuracy

Closes #446
Closes #452

Document the per-device delivery/fan-out/receipts pipeline and the
frontend Soroban contract client usage, both written against current
code behavior including parts not wired into the live path.

Closes codebestia#446
Closes codebestia#452
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@Akinyemi04 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API docs: Soroban contract client usage Concepts docs: Per-device delivery, fan-out & receipts pipeline

1 participant