Add multichain namespace support documentation for wallet buttons#582
Merged
Add multichain namespace support documentation for wallet buttons#582
Conversation
- Add namespace parameter to useAppKitWallet hook examples in React and Next.js - Add namespace prop to <appkit-wallet-button /> component examples - Add namespace parameter to createAppKitWalletButton function examples - Add multichain examples showing 'eip155', 'solana', and 'bip122' namespaces - Add documentation tables explaining namespace options across all frameworks - Update JavaScript, React, Next.js, Vue, Nuxt, and Svelte documentation Based on PR #4688 in reown-com/appkit repository Co-Authored-By: TomTom <tomtom@reown.com>
|
@devin-ai-integration[bot] Please review the tone of voice for the content changes in this PR against Reown's brand guidelines. 📝 Content Review RequestFiles to review: 8
Review focus:
Guidelines summary:
Please analyze the content changes and provide constructive feedback on tone and voice alignment. |
Contributor
Author
🤖 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:
|
|
@devin-ai-integration[bot] Please review the tone of voice for the content changes in this PR against Reown's brand guidelines. 📝 Content Review RequestFiles to review: 8
Review focus:
Guidelines summary:
Please analyze the content changes and provide constructive feedback on tone and voice alignment. |
rtomas
approved these changes
Jul 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds comprehensive documentation for the new multichain namespace functionality for wallet buttons, based on the changes introduced in PR #4688 in the appkit repository.
Changes made:
namespaceparameter documentation touseAppKitWallethook examples in React and Next.jsnamespaceprop documentation to<appkit-wallet-button />web component examplesnamespaceparameter documentation tocreateAppKitWalletButtonfunction examples in JavaScript, Vue, Nuxt, and Svelte'eip155','solana', and'bip122'namespacesFiles modified:
appkit/javascript/core/actions.mdxappkit/react/core/hooks.mdxappkit/react/core/components.mdxappkit/next/core/hooks.mdxappkit/next/core/components.mdxappkit/vue/core/wallet-buttons.mdxappkit/nuxt/core/wallet-buttons.mdxappkit/svelte/core/actions.mdxThe documentation now provides clear examples of how developers can target specific blockchain namespaces when using wallet buttons, enabling better multichain support.
pnpm run dev(though spell check passed), so please verify the documentation builds correctly in the previewTests
pnpm run spell- no spelling errors foundDirect link to the deployed preview files
Preview links will be available once CI completes successfully
Link to Devin run: https://app.devin.ai/sessions/1f5241d6058645ceb8de4fa30eec8815
Requested by: TomTom (tomas.rawski@reown.com)