Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Add quickstart for embedded wallet (#251)
Browse files Browse the repository at this point in the history
* Add quickstart for embedded wallet

* Add Builder link
  • Loading branch information
taylanpince authored Apr 3, 2024
1 parent fc9dfdf commit 9bb23d1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/100-builder/110-embedded-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /builder/embedded-wallet
---

# Embedded Wallet in Builder
You can configure a [Sequence Embedded Wallet (Smart WaaS)](/waas/intro/) in Builder and integrate your own OAuth accounts to enable easy onboarding to your games.
You can configure a [Sequence Embedded Wallet (Smart WaaS)](/waas/intro/) in Builder and integrate your own OAuth accounts to enable easy onboarding to your games. Configuration page in Builder [is available here](https://sequence.build/project/default/wallet/embedded-wallet).

## Login Providers
Sequence Embedded Wallet supports the following login providers:
Expand Down Expand Up @@ -41,6 +41,6 @@ To make modifications to your Embedded Wallet configuration, navigate to the Emb
## SDK Integrations
Now that you have your Embedded Wallet configuration up, go ahead and follow our guides on how to integrate with the SDKs:

- [Web SDK](/waas/intro/)
- [TypeScript SDK](/waas/intro/)
- [Unity SDK](/unity-waas-sdk)
- [Unreal SDK](/unreal-waas-sdk)
24 changes: 24 additions & 0 deletions docs/110-waas/01-intro/02-quickstart.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Quickstart for Embedded Wallet

You can quickly try out a Sequence Embedded Wallet integration before doing a complete configuration specific to your application. There are several ways to test out the features:

- Try out [Sequence WaaS demo](https://waas-demo.sequence.xyz/), showcasing a sample authentication and transaction flow leveraging Sequence Kit for web applications
- Play with [Aviator](https://0xsequence.github.io/waas-airplane-demo/), a complete WebGL game built using Embedded Wallet, leveraging [Sequence Marketplace API](/marketplace) as well as [serverless Cloudflare Worker](/relayer/mint-collectibles-serverless) for minting
- Browse [Jelly Forest source code](https://github.com/0xsequence-demos/jelly-forest), our Unity WaaS SDK demo implementation that natively runs on iOS and Android

You can also do a quick integration of Embedded Wallet into your own application by using the following test configuration keys:

- Project Access Key: ``
- WaaS Configuration Key: ``

These will leverage Sequence's own Google and Apple test authentication configurations and are whitelisted for `localhost` usage only. They cannot be used in a production setup.

To see how to integrate these keys into a sample demo application, you can browse the [Demo WaaS repository](https://github.com/0xsequence/demo-waas-auth).

You can also view SDK-specific guides here:

- [TypeScript SDK](/waas/intro/)
- [Unity SDK](/unity-waas-sdk)
- [Unreal SDK](/unreal-waas-sdk)

When you are ready to configure your own Embedded Wallet, you can [follow the Builder guide here](/builder/embedded-wallet).

0 comments on commit 9bb23d1

Please sign in to comment.