Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: scaffolding/nav for new example app #478

Merged
merged 6 commits into from
Mar 25, 2025
Merged

feat: scaffolding/nav for new example app #478

merged 6 commits into from
Mar 25, 2025

Conversation

dmccartney
Copy link
Contributor

This is the the first bits of #474

Copy link

macroscopeapp bot commented Mar 25, 2025

feat: Add XMTP Messaging App with ENS Resolution

Adds new iOS example app with XMTP messaging functionality, ENS name resolution, and SwiftUI interface. Includes session management, conversation views, caching system, and navigation routing. Core components: XMTPSession for client management, ConversationView for message display, NameResolver for ENS integration, and Router for navigation.

📍Where to Start

Start with exampleApp.swift which contains the main app entry point and environment setup, then proceed to XmtpSession.swift which implements the core XMTP client functionality.


Macroscope summarized e1dc6a7.

@dmccartney dmccartney marked this pull request as ready for review March 25, 2025 04:34
@dmccartney dmccartney requested a review from a team as a code owner March 25, 2025 04:34
Package.swift Outdated
// TODO: .package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
.package(url: "https://github.com/tesseract-one/CSecp256k1.swift.git", from: "0.2.0"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm leaving this dependency change commented out until a later PR where I can work through pod lint issues.

@dmccartney dmccartney merged commit f83f2c0 into main Mar 25, 2025
2 of 3 checks passed
@dmccartney dmccartney deleted the daniel-example branch March 25, 2025 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants