| title | Contract account examples |
|---|---|
| description | Real projects that showcase policy signers, passkeys, and contract-account UX on Stellar. |
| sidebar_position | 50 |
Use these projects as references or starting points. They are community-built; review and test before reusing in production.
A smart wallet that demonstrates the use of stateful policy signers.
- View the code
- Watch the demo video
A smart wallet that demonstrates the use of multi-sig and policy signers to, surprisingly, do math without needing to input a passkey for every interaction.
- View the code
- Watch the demo video
An app that uses passkeys to sign Stellar smart contract transactions.
- View the demo
- View the code
- Watch the demo video
- Watch the discussion
- Read the blog
A passkey-powered multi-signer abstract account contract example.
- View the demo
- View the code
- Watch the demo video
A passkey-powered internet guestbook from yesteryear built with smart contracts and frontend code.