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

Update Example App #474

Open
11 tasks
nplasterer opened this issue Mar 5, 2025 · 0 comments
Open
11 tasks

Update Example App #474

nplasterer opened this issue Mar 5, 2025 · 0 comments
Assignees

Comments

@nplasterer
Copy link
Contributor

With the transition to V3 it would be great to update our example app to clearly display how to best integrator with our SDKs

Core key concepts

  • V3 is all installation based that means conversations and messages do not persist between conversations unless message history is enabled and used correctly
  • V3 is all local database driven that means new conversations and messages will not display unless sync is called or streaming is correctly performed

MVP

  • Show good proper client management for a random wallet (storing encryption keys and building clients)
  • Show correct usage of syncing
  • Show correct usage of streaming
  • Show simple listing of conversations and messages
  • Show simple creating conversations
  • Identity management showing useful and performant ways to display ENS names from inboxIds

Future nice to haves

  • Working push notifications example
  • Message content type management
  • Logging in with different wallets SCW, EOA, Passkey
  • Backups
  • Group management
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

No branches or pull requests

2 participants