Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.74 KB

File metadata and controls

47 lines (31 loc) · 1.74 KB
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.

Zafegard

A smart wallet that demonstrates the use of stateful policy signers.

Do Math

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.

Soroban by example

An app that uses passkeys to sign Stellar smart contract transactions.

Super Peach

A passkey-powered multi-signer abstract account contract example.

Ye Olde Guestbook

A passkey-powered internet guestbook from yesteryear built with smart contracts and frontend code.