Skip to content

Commit fc43e47

Browse files
Update solutions/wallets/developers/embedded-wallet/overview.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent d1074dd commit fc43e47

File tree

1 file changed

+44
-48
lines changed

1 file changed

+44
-48
lines changed
Lines changed: 44 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,44 @@
1-
---
2-
3-
title: "Sequence Embedded Wallet (v5)"
4-
description: Sequence Embedded Wallet allows for the easy creation, management, and integration of EVM compatible wallets into games or experiences using SDKs like Web, Unity, and Unreal.
5-
sidebarTitle: Overview
6-
---
7-
8-
<Warning>
9-
This is our old Wallet version, we are working on a migration guide to the [Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart).
10-
</Warning>
11-
12-
<Frame>
13-
<video
14-
controls
15-
className="w-full aspect-video"
16-
src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4"
17-
></video>
18-
</Frame>
19-
20-
Sequence Embedded Wallet is a non-custodial wallet solution that enables users to authenticate with social providers, email, or as a guest. It is available through our various SDKs such as [Web](/sdk/headless-wallet/quickstart), [Unity](/sdk/unity/overview) and [Unreal](/sdk/unreal/overview).
21-
22-
These headless wallets can be created on-demand for each user and allow you to integrate an application with an Ethereum compatible blockchain, while using familiar constructions like RPC APIs. Additionally, no necessary pop-up modals, user-facing confirmations, and other distractions so you can provide a truly native and seamless gaming experience.
23-
24-
Sequence Embedded Wallet offers real non-custodial wallets and the system guarantees that each created wallet can only be accessed with the consent of the owner of the wallet. This is made possible by utilizing the power of [AWS Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/) to handle sensitive data in a secure environment that nobody can access - not even Sequence.
25-
26-
These are also shared across experiences, if desired, so your users have a consistent wallet address across your games and platforms, no matter what social login they are using.
27-
28-
## Try a Demo
29-
30-
<Note>
31-
Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/)
32-
</Note>
33-
34-
Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager:
35-
36-
<CodeGroup>
37-
```bash pnpm
38-
pnpm install @0xsequence/waas
39-
```
40-
41-
```bash npm
42-
npm install @0xsequence/waas
43-
```
44-
45-
```bash yarn
46-
yarn add @0xsequence/waas
47-
```
48-
</CodeGroup>
1+
---
2+
3+
title: "Sequence Embedded Wallet (v5)"
4+
description: Sequence Embedded Wallet allows for the easy creation, management, and integration of EVM compatible wallets into games or experiences using SDKs like Web, Unity, and Unreal.
5+
sidebarTitle: Overview
6+
---
7+
8+
<Frame>
9+
<video
10+
controls
11+
className="w-full aspect-video"
12+
src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4"
13+
></video>
14+
</Frame>
15+
16+
Sequence Embedded Wallet is a non-custodial wallet solution that enables users to authenticate with social providers, email, or as a guest. It is available through our various SDKs such as [Web](/sdk/headless-wallet/quickstart), [Unity](/sdk/unity/overview) and [Unreal](/sdk/unreal/overview).
17+
18+
These headless wallets can be created on-demand for each user and allow you to integrate an application with an Ethereum compatible blockchain, while using familiar constructions like RPC APIs. Additionally, no necessary pop-up modals, user-facing confirmations, and other distractions so you can provide a truly native and seamless gaming experience.
19+
20+
Sequence Embedded Wallet offers real non-custodial wallets and the system guarantees that each created wallet can only be accessed with the consent of the owner of the wallet. This is made possible by utilizing the power of [AWS Nitro Enclaves](https://aws.amazon.com/ec2/nitro/nitro-enclaves/) to handle sensitive data in a secure environment that nobody can access - not even Sequence.
21+
22+
These are also shared across experiences, if desired, so your users have a consistent wallet address across your games and platforms, no matter what social login they are using.
23+
24+
## Try a Demo
25+
26+
<Note>
27+
Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/)
28+
</Note>
29+
30+
Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager:
31+
32+
<CodeGroup>
33+
```bash pnpm
34+
pnpm install @0xsequence/waas
35+
```
36+
37+
```bash npm
38+
npm install @0xsequence/waas
39+
```
40+
41+
```bash yarn
42+
yarn add @0xsequence/waas
43+
```
44+
</CodeGroup>

0 commit comments

Comments
 (0)