Example application showcasing UX flow for email based authentication utilizing Sequence Embedded Wallet with a traditional email / password setup. Application defaults to the Immutable's zkevm testnet.
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
Or, just install and run and the postinstall
will take care of copying default keys:
pnpm install && pnpm dev
The app will start on localhost:4444
To provide your own keys from Sequence Builder, simply edit the .env
file accordingly.