Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions swift/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.build/

# Per-user Xcode state — never share these.
xcuserdata/

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ The `Examples/` directory hosts sample clients:
SDK into an end-to-end UX: Keychain-backed signer, Surfpool topup, a
carousel of demo gateway endpoints, and an append-only result log.

<div align="center">
<img alt="PayKitDemo iOS app" width="320" src="https://github.com/solana-foundation/pay-kit/raw/main/swift/Examples/PayKitDemo/docs/paykit-demo-screenshot.png">
</div>

The CLI is source-only so the default `swift build` stays library-only;
add an executable target to `Package.swift` locally to run it. For
harness coverage, run the harness adapter at
Expand Down
Loading