Skip to content

docs: add Stellar offline transaction signing guide#63

Open
baedboibidex-cmyk wants to merge 3 commits into
wraith-protocol:developfrom
baedboibidex-cmyk:docs/stellar-offline-signing
Open

docs: add Stellar offline transaction signing guide#63
baedboibidex-cmyk wants to merge 3 commits into
wraith-protocol:developfrom
baedboibidex-cmyk:docs/stellar-offline-signing

Conversation

@baedboibidex-cmyk

Copy link
Copy Markdown
Contributor
  • Add guides/stellar-offline-signing.mdx covering threat model, three-step build-offline/sign-offline/submit-online workflow, SDK primitives usage, QR code and USB transfer patterns, hardware wallet integration with honest current limitations, and stealth-specific air-gap guidance for spending keys
  • Register page in docs.json under Guides > Operations
  • Add cross-link from sdk/chains/stellar.mdx See Also section
  • Add cross-link from guides/privacy-best-practices.mdx See Also section

Closes #40

- Add guides/stellar-offline-signing.mdx covering threat model,
  three-step build-offline/sign-offline/submit-online workflow,
  SDK primitives usage, QR code and USB transfer patterns,
  hardware wallet integration with honest current limitations,
  and stealth-specific air-gap guidance for spending keys
- Register page in docs.json under Guides > Operations
- Add cross-link from sdk/chains/stellar.mdx See Also section
- Add cross-link from guides/privacy-best-practices.mdx See Also section

Closes wraith-protocol#40
@truthixify

Copy link
Copy Markdown
Contributor

Sorry @baedboibidex-cmyk#53 just landed which means the same docs.json cascade hits again. One more rebase:

git fetch origin
git rebase origin/develop
# docs.json: keep both sides (the merge marker will be in the same section)
# privacy-best-practices.mdx: keep both your addition and the new one from #53
git push --force-with-lease

Your remaining PRs (#55, #58, #63) all need this same step. After this round they'll all merge in sequence.

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.

Stellar offline transaction signing guide for cold storage

2 participants