Skip to content

Commit c7bfedb

Browse files
docs: Add Smart Accounts demo to README demo section
1 parent bef883c commit c7bfedb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,11 @@ suspend fun multiSigContractCall() {
257257

258258
For deployment examples, authorization patterns, and advanced usage, see the [Getting Started Guide](docs/getting-started.md) and [Demo App](demo/README.md).
259259

260-
## Demo Application
260+
## Demo Applications
261+
262+
This repository includes two demo applications that showcase different aspects of the SDK.
263+
264+
### SDK Demo
261265

262266
The [demo app](demo/README.md) showcases SDK usage across all platforms with 11 comprehensive features:
263267

@@ -275,6 +279,12 @@ The [demo app](demo/README.md) showcases SDK usage across all platforms with 11
275279

276280
See [demo/README.md](demo/README.md) for screenshots and platform-specific build instructions.
277281

282+
### Smart Accounts Demo
283+
284+
The [smart account demo](smart-account-demo/README.md) is a Kotlin Multiplatform application (Android, iOS, macOS, Web) that exercises the Smart Account Kit SDK with WebAuthn passkey authentication on Stellar testnet. It covers wallet creation and connection, XLM and token transfers, multi-signer authorization, and on-chain context rule management (context rules, policies, signer configuration).
285+
286+
See [smart-account-demo/README.md](smart-account-demo/README.md) for feature details, architecture, and platform build instructions.
287+
278288
## Agent Skill
279289

280290
This repository includes an [Agent Skill](https://agentskills.io) that teaches AI coding agents how to use this SDK. See [skills/](skills/) for installation instructions.

0 commit comments

Comments
 (0)