Skip to content

0xsequence-demos/generic-oidc-embedded-wallet-react-boilerplate

 
 

Repository files navigation

Embedded Wallet React Boilerplate

Starter Sequence Embedded Wallet boilerplate that uses Sequence Embedded Wallet with React.

Quickstart

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 install and run:

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.

About

Starter Sequence Embedded Wallet boilerplate that uses Generic OIDC Auth and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.5%
  • HTML 31.1%
  • CSS 24.4%
  • JavaScript 9.0%