This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add quickstart for embedded wallet (#251)
* Add quickstart for embedded wallet * Add Builder link
- Loading branch information
1 parent
fc9dfdf
commit 9bb23d1
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |