You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/appkit/upgrade/wcm.mdx
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,22 @@ import TabItem from '@theme/TabItem'
8
8
9
9
**WalletConnect Modal will soon be deprecated.** Consequently, projects and developers need to upgrade to Reown AppKit Basic. The most basic version of Reown AppKit will contain the traditional WalletConnect Modal with a QR code that users can scan and connect their wallets to.
10
10
11
-
This guide will show you how to upgrade to the most basic version of Reown AppKit.
11
+
<imgsrc="/img/appkit-basic.gif" />
12
+
13
+
This guide will show you how to upgrade to the most basic version of Reown AppKit. There are three different categories that this guide will be addressing, they are:
14
+
15
+
1.[**AppKit Basic**](#appkit-basic)
16
+
2.[**Ethereum Provider**](#ethereum-provider)
17
+
3.[**Universal Provider with AppKit**](#universalprovider-with-appkit)
18
+
4.[**Sign Client with AppKit**](#sign-client-with-appkit)
19
+
20
+
## Installation
21
+
22
+
You first need to install the AppKit package in order to get started. You can do this by running the command below.
23
+
24
+
```bash npm2yarn
25
+
npm install @reown/appkit
26
+
```
12
27
13
28
## AppKit Basic
14
29
@@ -77,6 +92,8 @@ const modal = createAppKit({
77
92
78
93
</PlatformTabs>
79
94
95
+
You can also refer to the "Multichain" section under AppKit "Core" for installation. [Click here](/appkit/react/core/multichain?platform=basic) to learn more.
96
+
80
97
### Examples
81
98
82
99
Below are the examples for the corresponding library/programming language.
@@ -142,7 +159,7 @@ Here's how you can configure AppKit with `UniversalProvider`.
0 commit comments