Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"group": "Operations",
"pages": [
"guides/stellar-mainnet-deployment",
"guides/stellar-multisig-withdrawal",
"guides/stellar-offline-signing"
"guides/stellar-multisig-withdrawal",
"guides/privacy-best-practices",
"guides/spectre-stellar-cookbook",
Expand Down
1 change: 1 addition & 0 deletions sdk/chains/stellar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ This replaces the need to manually query `sorobanServer.getEvents()` and parse X

> [!NOTE]
> For advanced use cases and indexer building, refer to the [Stellar Event Schemas (v2)](/reference/stellar-event-schemas) documentation to learn how to natively filter topics via the RPC.
- [Stellar Offline Transaction Signing](/guides/stellar-offline-signing) — build online, sign air-gapped, submit without the private key touching the internet

---

Expand Down
Loading