Skip to content

docs: document OpenRPC account selection for integrations - #2444

Merged
jcstein merged 3 commits into
mainfrom
codex/issue-1586-openrpc-account-selection-pr
Jul 31, 2026
Merged

docs: document OpenRPC account selection for integrations#2444
jcstein merged 3 commits into
mainfrom
codex/issue-1586-openrpc-account-selection-pr

Conversation

@jcstein

@jcstein jcstein commented Mar 6, 2026

Copy link
Copy Markdown
Member

Summary

  • add a stacks guide for selecting a Celestia signer per blob.Submit request
  • document keyring requirements, option precedence, and default-signer behavior
  • clarify current account-selection support for direct Node API clients, OP Stack, Arbitrum Nitro, and Rollkit / ev-node
  • explain that RollApps and Sovereign SDK behavior depends on the Celestia DA adapter
  • link the guide from OP alt-DA and Nitro DAS pages and add it to stacks navigation

Testing

  • npm run lint (passes with one pre-existing warning)
  • npm run check-links -- --all --concurrency=2 --skip="celestia.org,nexus.hyperlane.xyz"
  • npm run build

Fixes #1586

@jcstein jcstein self-assigned this Mar 6, 2026
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

🚀 Preview Deployment

Your preview is ready: https://celestiaorg.github.io/docs-preview/pr-2444/

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a new Stacks documentation guide describing how integrations can select a specific Celestia signer/account via OpenRPC options on blob.Submit, and links it from relevant stack pages.

Changes:

  • Add a new /build/stacks/account-selection guide with JSON-RPC examples for blob.Submit and state.BalanceForAddress.
  • Link the new guide from the OP alt-DA and Arbitrum Nitro DAS stack docs.
  • Add the new page to the Stacks navigation meta.

Reviewed changes

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

File Description
app/build/stacks/op-alt-da/introduction/page.mdx Adds a resource link to the new account selection guide.
app/build/stacks/nitro-das-server/page.mdx Adds a resource link to the new account selection guide.
app/build/stacks/account-selection/page.mdx New guide explaining signer/account selection via OpenRPC with examples and integration notes.
app/build/stacks/_meta.js Adds the new page to Stacks navigation.

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

@jcstein
jcstein requested a review from gbarros July 30, 2026 22:56
@mergify

mergify Bot commented Jul 31, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@jcstein
jcstein merged commit 21414c8 into main Jul 31, 2026
9 checks passed
@jcstein
jcstein deleted the codex/issue-1586-openrpc-account-selection-pr branch July 31, 2026 18:58
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.

docs: Document how to use new open-rpc APIs for selecting a specific celestia account in integrations

3 participants