An open API service indexing awesome lists of open source software.

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

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
```