Skip to content

docs(transactions): add transaction chaining guide#217

Merged
solidsnakedev merged 1 commit intomainfrom
docs/tx-chaining
Mar 20, 2026
Merged

docs(transactions): add transaction chaining guide#217
solidsnakedev merged 1 commit intomainfrom
docs/tx-chaining

Conversation

@solidsnakedev
Copy link
Collaborator

Adds a guide page for building chains of dependent transactions without waiting for on-chain confirmation between steps.

Covers chainResult(), how available UTxOs thread through the chain, three progressive examples, and gotchas (submit order, retry safety, memoization).

Copilot AI review requested due to automatic review settings March 20, 2026 13:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds end-user documentation for building and submitting chains of dependent transactions without waiting for on-chain confirmation, leveraging the SDK’s chainResult()/availableUtxos workflow.

Changes:

  • Adds a new “Transaction Chaining” guide page with explanations, examples, and gotchas.
  • Updates the Transactions landing page to link to the new guide (and “Retry-Safe Transactions”).
  • Registers the new page in the Transactions section navigation metadata.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
docs/content/docs/transactions/meta.json Adds chaining to the ordered Transactions pages list.
docs/content/docs/transactions/index.mdx Adds navigation cards for Transaction Chaining and Retry-Safe Transactions.
docs/content/docs/transactions/chaining.mdx New guide explaining chainResult() and availableUtxos with progressively more advanced examples.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@solidsnakedev solidsnakedev merged commit 156171f into main Mar 20, 2026
13 checks passed
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.

2 participants