magicblock-labs / magicblock-labs/Solana.Unity-SDK

[Feature Request] - Connect and Sign in one go

Open
#189 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
C#
Stars
199
Forks
128
PR merge metrics
No merged PRs in 30d

Description

I'm looking for a way to Connect and Sign to wallet on mobile (iOS/Android/Saga) with a single transaction. Currently you first have to connect (takes you from your app to the wallet, and then back) and THEN sign a message (again takes you from your app to the wallet and back). This is a very bad experience for the end user.

Ideally Sign In With Solana would also work, but it should still work with the old way of connect + sign for wallets that don't support SIWS

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SDK's mobile wallet connection and message-signing entry points for iOS, Android, and Saga. Compare the existing separate connect-and-sign flow with SIWS support; done means one user-facing transaction where supported and a fallback to the existing connect-then-sign flow for wallets without SIWS.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, csharp, ios, unity
Domain
authentication, blockchain, mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.