-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conversation
e7543ed
to
ba1d3f0
Compare
feat: Add XMTP Messaging App with ENS ResolutionAdds 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: 📍Where to StartStart 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. |
3d15c51
to
3099c8c
Compare
3099c8c
to
a16a0f9
Compare
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"), |
There was a problem hiding this comment.
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.
80bc5a5
to
1cda353
Compare
1cda353
to
e1dc6a7
Compare
This is the the first bits of #474