Skip to content

Demo app showcasing a multisig Stellar smart wallet

Notifications You must be signed in to change notification settings

kalepail/superpeach

Repository files navigation

Super Peach

A passkey powered multi signer Stellar smart wallet example app. Technically it's two sites in one repo. A "Super (or Sudo) Signer" site and a simple example dapp which utilizes the Super Signer site to create and manage its wallet.

Play with the demo here:

mv .env.example .env
pnpm i
pnpm run dev
cd site
mv .env.example .env
pnpm i
pnpm run dev