Skip to content

Commit 3b3d713

Browse files
JamesLawtonmintlify[bot]github-actions[bot]
authored
Remove embedded wallet migration warnings (#210)
* Update solutions/wallets/developers/embedded-wallet/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update solutions/wallets/developers/overview.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 210/merge --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1074dd commit 3b3d713

6 files changed

Lines changed: 47 additions & 59 deletions

File tree

es/solutions/wallets/developers/embedded-wallet/overview.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Sequence Embedded Wallet permite crear, gestionar e integrar fácil
44
sidebarTitle: Descripción general
55
---
66

7-
<Warning>
8-
Esta es nuestra versión antigua de Wallet; estamos trabajando en una guía de migración hacia [Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart).
9-
</Warning>
10-
117
<Frame>
128
<video controls className="w-full aspect-video" src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4" />
139
</Frame>

es/solutions/wallets/developers/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: Descripción general
1010
</Card>
1111

1212
<Card title="Embedded Wallet (v5)" href="/solutions/wallets/developers/embedded-wallet/overview">
13-
Mantenga su integración actual de Embedded Wallet para apps existentes. Use su propio inicio de sesión con redes sociales o correo electrónico. La guía de migración a Ecosystem Wallet está en desarrollo.
13+
Mantenga su integración actual de Embedded Wallet para aplicaciones existentes. Utilice su propio inicio de sesión con redes sociales o autenticación por correo electrónico.
1414
</Card>
1515
</CardGroup>
1616

ja/solutions/wallets/developers/embedded-wallet/overview.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: Sequence Embedded Wallet は、EVM 互換のウォレットをゲ
44
sidebarTitle: 概要
55
---
66

7-
<Warning>
8-
こちらは従来のウォレットバージョンです。現在、[Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart) への移行ガイドを作成中です。
9-
</Warning>
10-
117
<Frame>
128
<video controls className="w-full aspect-video" src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4" />
139
</Frame>

ja/solutions/wallets/developers/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarTitle: 概要
1010
</Card>
1111

1212
<Card title="Embedded Wallet(v5)" href="/solutions/wallets/developers/embedded-wallet/overview">
13-
既存アプリでは、現在のEmbedded Wallet統合をそのままご利用いただけます。独自のソーシャル認証やメール認証も利用可能です。エコシステムウォレットへの移行ガイドは現在準備中です
13+
既存アプリには現在のEmbedded Walletの統合をそのままご利用いただけます。ご自身のソーシャル認証やメール認証もご利用可能です
1414
</Card>
1515
</CardGroup>
1616

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>

solutions/wallets/developers/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Overview
99
Connect your app to an Ecosystem Wallet hosted on your ecosystem's domain. Users authenticate with passkeys, social auth, or email preconfigured on the wallet.
1010
</Card>
1111
<Card title="Embedded Wallet (v5)" href="/solutions/wallets/developers/embedded-wallet/overview">
12-
Keep your current Embedded Wallet integration for existing apps. Use your own social auth or email auth. Migration guidance to Ecosystem Wallet is in progress.
12+
Keep your current Embedded Wallet integration for existing apps. Use your own social auth or email auth.
1313
</Card>
1414
</CardGroup>
1515

0 commit comments

Comments
 (0)