Files
amethyst/.claude/skills/quartz-kmp.md
T
Vitor Pamplona 8a498695a9 v1.09.2
2026-05-16 12:06:32 -04:00

924 B

Quartz KMP (Legacy Skill — Migration Complete)

The KMP migration of Quartz is complete. This file is kept for historical reference.

For integrating Quartz into external projects, use the quartz-integration skill instead. For working with Quartz internals within Amethyst, use the nostr-expert skill.

What was migrated

The Quartz library was successfully converted from Android-only to full KMP supporting:

  • commonMain — All Nostr protocol logic, events, filters, tags
  • jvmAndroid — OkHttp WebSocket, Jackson JSON, relay serializers
  • androidMain — SQLite event store, NIP-55 Android signer
  • jvmMain — Desktop JVM crypto (lazysodium-java, secp256k1-jni-jvm)
  • iosMain — iOS targets (XCFramework quartz-kmpKit)

Current artifact

com.vitorpamplona.quartz:quartz:1.09.2

See .claude/skills/quartz-integration/SKILL.md for full integration guide.