Skip to content

Commit 59ec04d

Browse files
added new register walletconnect guide (#5786)
Co-authored-by: greg <[email protected]>
1 parent 07ad025 commit 59ec04d

File tree

7 files changed

+63
-2
lines changed

7 files changed

+63
-2
lines changed

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ export const sidebar: SideBar = {
122122
name: "Integrating with Partners",
123123
href: `${walletSlug}/ecosystem/integrating-partners`,
124124
},
125+
{
126+
name: "Register with WalletConnect",
127+
href: `${walletSlug}/ecosystem/register-walletconnect`,
128+
},
125129
],
126130
},
127131
//Account abstraction
264 KB
Loading
325 KB
Loading
258 KB
Loading
324 KB
Loading

apps/portal/src/app/connect/wallet/ecosystem/integrating-partners/page.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,3 @@ import { createWallet } from "thirdweb/wallets";
9090
{...props}
9191
/>;
9292
```
93-
94-
### WalletConnect (Coming Soon)
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
import { Callout, DocImage, createMetadata, Steps, Step } from "@doc";
2+
import WalletconnectCreate from "../assets/walletconnect-create.png";
3+
import WalletconnectUrl from "../assets/walletconnect-url.png";
4+
import WalletconnectWallet from "../assets/walletconnect-wallet.png";
5+
import WalletconnectGuide from "../assets/walletconnect-guide.png";
6+
7+
8+
export const metadata = createMetadata({
9+
image: {
10+
title: "thirdweb Ecosystem Wallet",
11+
icon: "wallets",
12+
},
13+
title: "Register with WalletConnect - Ecosystem Wallet | thirdweb",
14+
description: "Ecosystem Wallet - Own your own web3 identity stack",
15+
});
16+
17+
# How to Register Your thirdweb Ecosystem Wallet with WalletConnect (now Reown)
18+
19+
**Note:** WalletConnect Inc. is now Reown. [Read more here](https://reown.com/blog/walletconnect-is-now-reown).
20+
21+
Registering your Ecosystem Wallet with Reown allows it to appear in the WalletConnect Explorer for seamless integration with platforms like OpenSea and other third-party applications.
22+
23+
<Steps>
24+
<Step title="Create a New Project in Reown">
25+
Visit the [Reown Dashboard](https://reown.com/) and select **"Create Project"**
26+
- Enter your [Ecosystem Wallet's Explorer](https://thirdweb.com/team/~/~/ecosystem/) page URL as the **Homepage URL** and proceed.
27+
- Choose **Wallet** as the project type and select **"Create"**
28+
</Step>
29+
30+
<DocImage src={WalletconnectCreate} />
31+
<DocImage src={WalletconnectUrl} />
32+
<DocImage src={WalletconnectWallet} />
33+
34+
<Step title="Complete Your Project Details">
35+
Navigate to the **WalletGuide** tab and fill out the following form:
36+
- **Wallet Name:** Provide your wallet's name.
37+
- **Wallet Category:** Select **"Web App Wallets"**
38+
- **Web App URL:** Use your Ecosystem Wallet's Explorer page URL.
39+
- **Supported Chains:** Choose Ethereum and any other chains your wallet supports.
40+
- **Logo:** Upload your wallet’s logo (this will appear on the WalletConnect Explorer).
41+
- **Testing Instructions:** Provide clear testing instructions for the Reown team. For example: *"Log in via the specified URL and select an authentication method."*
42+
</Step>
43+
44+
<DocImage src={WalletconnectGuide} />
45+
46+
<Step title="Submit for Review">
47+
Once you've completed the form, click **"Submit Review"**
48+
- After approval, your wallet will appear live on the WalletConnect Explorer.
49+
</Step>
50+
51+
<Step title="Verify Your Integration">
52+
Visit a platform like OpenSea and use WalletConnect to log in.
53+
- Select your registered wallet from the list and authenticate.
54+
- Your wallet should now seamlessly connect, allowing you to interact with the platform.
55+
</Step>
56+
</Steps>
57+
58+
By following these steps, your branded Ecosystem Wallet will be accessible across all WalletConnect-enabled (Reown) applications.
59+

0 commit comments

Comments
 (0)