Starter Sequence Embedded Wallet boilerplate that uses Sequence Web SDK with Nextjs.
Copy .env.example to .env and fill with your project information. To test things out, you can use the pre-provided keys in the .env.example file:
cp .env.example .env
Then set your Epic credentials in the .env file with your own keys:
Note: Remember to add your Epic Client ID to your Embedded Wallet configuration in the Sequence Builder at
https://sequence.build/project/<YOUR_PROJECT_ID>/embedded-wallet?tab=config
EPIC_CLIENT_ID="YOUR_CLIENT_ID"
EPIC_CLIENT_SECRET="YOUR_SECRET"Then install and run:
pnpm install && pnpm devThe app will start on localhost:4444
To provide your own keys from Sequence Builder, simply edit the .env file accordingly.