Skip to content

This is a demo application to showcase how passkeys can be used as a Chia wallet.

Notifications You must be signed in to change notification settings

mintgarden-io/passkey-wallet-demo

Repository files navigation

Chia Passkey Wallet Demo

This is a demo application to showcase how passkeys can be used as a Chia wallet.

WARNING: THIS PROJECT HAS NOT BEEN REVIEWED YET. USE AT YOUR OWN RISK

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

About

This is a demo application to showcase how passkeys can be used as a Chia wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published