Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 542 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 542 Bytes

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