For Unreal or Unity integration, go to Unreal or Unity.

Integrate by Framework

1

Clone Starter Repo

Run the following from your terminal to clone the starter repo.

npx sequence-cli boilerplates create-embedded-wallet-react-starter
2

Copy example .env file

cd embedded-wallet-react-boilerplate && cp .env.example .env
3

Install Packages and start app

pnpm install && pnpm dev
4

Connect and Authenticate

Navigate to localhost:4444 and click connect to try out the authentication.

5

Use Sequence Embedded Wallets!

Now that you have a working authentication, you can take look at our examples for the most common functions:

We are using example variables in the .env file, so we recommend creating a project on Sequence Builder and setting up your own wallet configuration and update the environment variables to use more social providers for authentication, customize email templates, and more.