Skip to content

feat: implement Stellar wallet connection infrastructure and API route organization - #241

Merged
soomtochukwu merged 14 commits into
DXmakers:mainfrom
T-kesh:main
Apr 24, 2026
Merged

feat: implement Stellar wallet connection infrastructure and API route organization#241
soomtochukwu merged 14 commits into
DXmakers:mainfrom
T-kesh:main

Conversation

@T-kesh

@T-kesh T-kesh commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR implements a robust wallet integration layer for the Stellar network, featuring secure auto-connect logic for returning users and a premium UI built on a Zinc-900/Indigo-500 design system. By leveraging @creit.tech/stellar-wallets-kit and Zustand for persistent, obfuscated state management, the system ensures seamless session recovery and reactive handling of wallet events such as account switching and network mismatches. Additionally, the foundation for Sign-In With Stellar (SIWS) has been established with dedicated frontend signing utilities and backend verification routes, providing a secure, accessible (WCAG 2.1 AA), and high-trust authentication flow essential for on-chain interactions.
closes #112

@T-kesh
T-kesh requested a review from soomtochukwu as a code owner April 24, 2026 08:27
@drips-wave

drips-wave Bot commented Apr 24, 2026

Copy link
Copy Markdown

@T-kesh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@soomtochukwu soomtochukwu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please make sure

  • that the CI checks do not fail
  • to resolve merge conflicts

@T-kesh

T-kesh commented Apr 24, 2026

Copy link
Copy Markdown
Contributor Author

Please make sure

  • that the CI checks do not fail
  • to resolve merge conflicts

working on them

@T-kesh
T-kesh requested a review from soomtochukwu April 24, 2026 10:01
@soomtochukwu
soomtochukwu merged commit 758ee10 into DXmakers:main Apr 24, 2026
3 checks passed
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.

Implement auto-connect logic for returning users

2 participants