https://github.com/kalepail/superpeach
Demo app showcasing a multisig Stellar smart wallet
https://github.com/kalepail/superpeach
blockchain crypto dapp demo passkey secp256r1 smart wallet web3
Last synced: 4 days ago
JSON representation
Demo app showcasing a multisig Stellar smart wallet
- Host: GitHub
- URL: https://github.com/kalepail/superpeach
- Owner: kalepail
- Created: 2024-05-15T00:46:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T13:58:54.000Z (about 1 year ago)
- Last Synced: 2025-05-13T14:59:31.025Z (about 1 year ago)
- Topics: blockchain, crypto, dapp, demo, passkey, secp256r1, smart, wallet, web3
- Language: Svelte
- Homepage: https://superpeach.vercel.app/
- Size: 1.63 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [superpeach.xyz](https://superpeach.xyz/)
- [minipeach-a.pages.dev](https://minipeach-a.pages.dev/)
- [minipeach-b.pages.dev](https://minipeach-b.pages.dev/)
```
mv .env.example .env
pnpm i
pnpm run dev
```
```
cd site
mv .env.example .env
pnpm i
pnpm run dev
```