Example QR Codes
Reference QR codes for testing wallet and scanner integrations.
Last updated
Reference QR codes for testing wallet and scanner integrations.
Reference QR codes for wallet developers (and the Branta scanner) to confirm a Branta integration handles each destination type correctly — on-chain, Lightning, ZK variants, and not-found. Scan them with your wallet to verify counterparty info renders before broadcast.
Pages are split by environment:
Production — points at guardrail.branta.pro.
Staging — points at staging.guardrail.branta.pro.
Each page exposes the QR variants as tabs:
On-chain vs Lightning — the destination network.
ZK vs non-ZK — Zero-Knowledge destinations encrypt the payment destination so it never reaches Branta in plain text. On-chain ZK QRs carry branta_id + branta_secret query params alongside the address; Lightning ZK relies on the SDK encrypting the invoice itself before lookup. Non-ZK destinations are plain addresses or invoices.
Not found — an unregistered destination. Per the wallet integration pattern, wallets should render nothing on a miss.
Last updated