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: content/evm/sei-account.mdx
+157-51
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import { Callout } from'nextra/components';
1
+
import { Callout, Tabs } from'nextra/components';
2
2
3
3
# Sei Account
4
4
@@ -12,11 +12,28 @@ import { Callout } from 'nextra/components';
12
12
terms of service and support resources.
13
13
If you do not agree to these terms, please refrain from using the wallet integration on sei.io.</Callout>
14
14
15
-
Sei Account is powered by [Dynamic Global Wallets](https://docs.dynamic.xyz/global-wallets/overview) that enables smooth
16
-
user onboarding by providing embedded wallet that does not require installation of any additional wallet add-ons.
15
+
Sei Account is powered by [Dynamic Global Wallets](https://docs.dynamic.xyz/global-wallets/overview) and is a programmable web3 crypto wallet that provides seamless
16
+
onboarding for your users. For developers using EIP-6963-compatible wallets or libraries like RainbowKit,
17
+
WalletConnectKit or Dynamic, integrating is straightforward. Our lightweight SDK allows to easily add Sei Account to
18
+
your app.
17
19
18
-
Integration into existing dApp requires few lines of code and will work seamlessly across all dApps, provided dApp uses
19
-
EIP-6963-compatible wallets or libraries like RainbowKit, WalletConnect, Dynamic itself and others.
20
+
### Benefits of the Sei Account
21
+
22
+
- Simplifies onboarding for users
23
+
- Provides a seamless way for users to explore onchain apps without a browser extension or native app
24
+
- Allows developers to utilize a secure popup that is compatible with RainbowKit, WalletConnect, and Dynamic
25
+
- Offers users simple login flows without compromising access to liquidity
26
+
- Works across all dApps that use EIP-6963-compatible wallets or libraries
27
+
28
+
### Features
29
+
- Does not require a browser extension
30
+
- Login with email
31
+
- Social login (Google, X, Telegram)
32
+
- All existing wallets will work as well (e.g. Metamask, Trust, WalletConnect, Coinbase)
33
+
34
+
### Future Features
35
+
- Login with Passkeys
36
+
- Gas Sponsorship
20
37
21
38
## EIP-6963
22
39
EIP-6963 is a standardized communication protocol for embedded wallets, enabling seamless cross-application
@@ -46,55 +63,144 @@ package in your project.
46
63
import"@sei-js/sei-account/eip6963";
47
64
```
48
65
49
-
For example, if you are using the Dynamic library, you can import the Sei Account package as follows:
0 commit comments