Skip to content

Conversation

@n13
Copy link
Collaborator

@n13 n13 commented Dec 16, 2025

  • Debug HW wallet flow working!

in app_constants.dart:

static const debugHardwareWallet = true;

After this every send is interpreted as a hardware wallet send which means

  1. Show QR code with signing payload
  2. Scan QR code for signature
  3. (hit debug button to create a real signature from the sending account)
  4. Assemble payload and signature and send to chain

So this allows us to completely test the send and scan function where we split the extrinsic in a payload, receive a signature on the payload, assemble payload and signature, and send it off.

Boom!

Also tested multiple wallets.

Simulator Screenshot - iPhone 17 - 2025-12-16 at 12 41 11

@n13 n13 changed the base branch from main to n13/hardware_wallet_added December 16, 2025 04:48
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