@@ -66,13 +66,14 @@ package in your project.
66
66
3.** Use Sei Global Wallet**
67
67
Your Sei Global Wallet is now ready to use within the project.
68
68
69
- ## Library Specific Examples
69
+ ## Integrating
70
70
71
- Here are some examples of how to use Sei Global Wallet with some popular libraries: Dynamic, WalletConnect and RainbowKit.
71
+ Global Wallet support can be added to your frontend easily, using several poppular libraries such as Dynamic, WalletConnect and RainbowKit.
72
72
73
- ### Dynamic
73
+ <details >
74
+ <summary >Dynamic</summary >
74
75
75
- ``` tsx copy filename="layout.tsx"
76
+ ``` tsx copy filename="layout.tsx"
76
77
" use client" ;
77
78
78
79
import " ./globals.css" ;
@@ -97,9 +98,14 @@ Here are some examples of how to use Sei Global Wallet with some popular librari
97
98
</html >
98
99
);
99
100
}
100
- ```
101
- ### WalletConnectKit
102
- ``` tsx copy filename="main.tsx"
101
+ ```
102
+
103
+ </details >
104
+
105
+ <details >
106
+ <summary >WalletConnectKit</summary >
107
+
108
+ ``` tsx copy filename="main.tsx"
103
109
import { FC , PropsWithChildren , StrictMode } from " react" ;
104
110
import { createRoot } from " react-dom/client" ;
105
111
import " ./index.css" ;
@@ -155,9 +161,16 @@ Here are some examples of how to use Sei Global Wallet with some popular librari
155
161
</Web3Provider >
156
162
</StrictMode >
157
163
);
158
- ```
159
- ### RainbowKit
160
- ``` tsx copy filename="main.tsx"
164
+
165
+ ```
166
+
167
+ </details >
168
+
169
+
170
+ <details >
171
+ <summary >RainbowKit</summary >
172
+
173
+ ``` tsx copy filename="main.tsx"
161
174
import { StrictMode } from " react" ;
162
175
import { createRoot } from " react-dom/client" ;
163
176
import " ./index.css" ;
@@ -194,7 +207,9 @@ Here are some examples of how to use Sei Global Wallet with some popular librari
194
207
</WagmiProvider >
195
208
</StrictMode >
196
209
);
197
- ```
210
+ ```
211
+
212
+ </details >
198
213
199
214
## FAQ
200
215
0 commit comments