Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Sequence Embedded Wallet permite crear, gestionar e integrar fácil
sidebarTitle: Descripción general
---

<Warning>
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).
</Warning>

<Frame>
<video controls className="w-full aspect-video" src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4" />
</Frame>
Expand Down
2 changes: 1 addition & 1 deletion es/solutions/wallets/developers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebarTitle: Descripción general
</Card>

<Card title="Embedded Wallet (v5)" href="/solutions/wallets/developers/embedded-wallet/overview">
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.
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.
</Card>
</CardGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: Sequence Embedded Wallet は、EVM 互換のウォレットをゲ
sidebarTitle: 概要
---

<Warning>
こちらは従来のウォレットバージョンです。現在、[Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart) への移行ガイドを作成中です。
</Warning>

<Frame>
<video controls className="w-full aspect-video" src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4" />
</Frame>
Expand Down
2 changes: 1 addition & 1 deletion ja/solutions/wallets/developers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebarTitle: 概要
</Card>

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

Expand Down
92 changes: 44 additions & 48 deletions solutions/wallets/developers/embedded-wallet/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,48 +1,44 @@
---

title: "Sequence Embedded Wallet (v5)"
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.
sidebarTitle: Overview
---

<Warning>
This is our old Wallet version, we are working on a migration guide to the [Ecosystem Wallet](/solutions/wallets/developers/ecosystem-wallet/react_quickstart).
</Warning>

<Frame>
<video
controls
className="w-full aspect-video"
src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4"
></video>
</Frame>

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).

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.

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.

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.

## Try a Demo

<Note>
Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/)
</Note>

Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager:

<CodeGroup>
```bash pnpm
pnpm install @0xsequence/waas
```

```bash npm
npm install @0xsequence/waas
```

```bash yarn
yarn add @0xsequence/waas
```
</CodeGroup>
---

title: "Sequence Embedded Wallet (v5)"
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.
sidebarTitle: Overview
---

<Frame>
<video
controls
className="w-full aspect-video"
src="https://pub-f048362b915448c9b012a2e03c189024.r2.dev/EmbeddedWalletsVideo.mp4"
></video>
</Frame>

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).

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.

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.

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.

## Try a Demo

<Note>
Try out the seamless onboarding of Sequence Embedded Wallet [here](https://waas-demo.sequence.xyz/)
</Note>

Once you are ready dive into implementation, follow the [quickstart guide](/sdk/headless-wallet/quickstart) or install the SDK from your favorite package manager:

<CodeGroup>
```bash pnpm
pnpm install @0xsequence/waas
```

```bash npm
npm install @0xsequence/waas
```

```bash yarn
yarn add @0xsequence/waas
```
</CodeGroup>
2 changes: 1 addition & 1 deletion solutions/wallets/developers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebarTitle: Overview
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.
</Card>
<Card title="Embedded Wallet (v5)" href="/solutions/wallets/developers/embedded-wallet/overview">
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.
Keep your current Embedded Wallet integration for existing apps. Use your own social auth or email auth.
</Card>
</CardGroup>

Expand Down