Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
/ waas-demo Public archive

Wallet as a Service example using Auth0

Notifications You must be signed in to change notification settings

BitskiCo/waas-demo

Repository files navigation

WaaS Demo

Live example of the Bitski Wallet as a Service account creation flow. This example uses Auth0, but any OIDC provider will work.

Running Locally

start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Deployment

This example is running as a Cloudflare worker. See the build and deploy docs for more examples.