Quickstart
Connect your users to your App with the Sequence Embedded Wallet.
Integrate by Framework
Clone Starter Repo
Run the following from your terminal to clone the starter repo.
Connect and Authenticate
Open your browser and navigate to http://localhost:4444
. Click on Connect to initiate the authentication process.
You can now test the Embedded wallet with the boilerplate! Now, let’s configure your own project.
Configure your Project
Navigate to embedded wallet configuration for your project on Builder. Enter your recovery wallet address and set a password, then Create Configuration. Be aware that this configuration cannot be changed at a later date.
Update Environment Variables
Navigate to the cloned directory and copy & paste this configuration in the file .env
replacing the existing configuration.
Ensure you update the PROJECT_ACCESS_KEY
and WAAS_CONFIG_KEY
with the new keys located on the integration page.
Test your new configuration
Save your .env
file, run pnpm dev
from the root directory, and navigate back to http://localhost:4444
. Sign into your wallet using email to test the wallet actions again.
You are done! You can now see your wallet connection on the Overview page and the keys are scoped to your project.
As next steps:
Was this page helpful?