docs: add security and polkadot chain support pages#135
docs: add security and polkadot chain support pages#135devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
Co-Authored-By: Jem Conlon <jem@walletconnect.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
@jakubuid Please can you review this? Its more your expertise! :) |
| @@ -0,0 +1,311 @@ | |||
| --- | |||
| title: "Polkadot" | |||
| description: "Integrate WalletConnect into Polkadot wallets using the Wallet SDK, including session management, signing, and namespace configuration." | |||
There was a problem hiding this comment.
What's the reason behind adding full integration guide for WalletKit here not just Poladot RPC reference as here?
https://docs.reown.com/advanced/multichain/rpc-reference/polkadot-rpc
WalletKit integration guides can be found here for all the platforms: https://test-walletconnect-devin-1770734940-add-walletkit-pages.mintlify.app/wallet-sdk/overview
chain-support section should keep just the RCP reference, following current docs structure
There was a problem hiding this comment.
Good catch — you're right, the chain-support section should follow the RPC reference pattern like the other chains. I've replaced the full integration guide with the Polkadot RPC reference content (polkadot_signTransaction and polkadot_signMessage) matching the structure of the existing EVM, Solana, etc. pages. See commit a35967d.
Co-Authored-By: Jem Conlon <jem@walletconnect.com>
docs: add security and polkadot chain support pages
Summary
Adds two new documentation pages to the Wallet SDK section, migrated and adapted from the Reown Docs where they previously lived as WalletKit-related content:
Security Information (
wallet-sdk/security.mdx) — Covers Wallet SDK architecture, end-to-end encryption, Trail of Bits / Spearbit audits, dependency philosophy, and bug bounty info. Adapted from the Reown security page with AppKit-specific content removed.Polkadot RPC Reference (
wallet-sdk/chain-support/polkadot.mdx) — Documents thepolkadot_signTransactionandpolkadot_signMessageJSON-RPC methods, following the same RPC reference format used by the other chain-support pages (EVM, Solana, Bitcoin, etc.). Sourced from the Reown Polkadot RPC reference.Navigation updated in
docs.json:Note: The Reown docs-writing-skill page (page 9 from the original audit) was not added since this repo already has its own
docs-writing-skill.md.Updates since last revision
Local Testing
Security page verified locally with
mint dev:Mintlify preview deployment: https://test-walletconnect-devin-1770734940-add-walletkit-pages.mintlify.app
Review & Testing Checklist for Human
<Warning>and<Note>components. Confirm these render properly in the preview deployment.<Bytes>tags render as literal text — Thepolkadot_signMessagesecurity warning mentions wrapping messages in<Bytes>message</Bytes>tags. Verify this renders as literal text, not as a component.walletconnect.network/securityfor bug bounty and contact. Confirm this URL resolves correctly.Recommended test plan:
Notes