Connect via WalletConnect
Use any mobile or browser wallet — MetaMask, Rainbow, Trust, Ledger Live — to interact with the QuantumWing chain. Scan the QR code from your phone or pick a browser extension.
Ready when you are
Click below to open the wallet picker. Already connected? Your address and live balance show here automatically.
Set NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID in your .env.local to enable this button. See setup.
What can I do once connected?
Send transactions
Sign and broadcast QWING transfers and EVM contract calls from your wallet — no private keys ever leave your device.
Try a demo txSign typed data (EIP-712)
Authenticate to off-chain services or sign permit() approvals for QUSD / QWETH transfers without paying gas.
Deposit to QUSD
Mint QuantumWing's native stable asset directly from a wallet UI you already trust — bridge / vault flows live in /bridge.
Open bridgeVote on proposals
Once governance ships, your connected wallet is your voice. One Dilithium-anchored stake, one vote.
Operator setup
- Sign in at cloud.reown.com and create a project (free tier).
- Copy the Project ID into
NEXT_PUBLIC_WALLETCONNECT_PROJECT_IDinexplorer/.env.local. - Set
NEXT_PUBLIC_CHAIN_IDand (optionally)NEXT_PUBLIC_CHAIN_NAMEto match the testnet you want wallets to connect to. - Restart the dev server. The button on this page will switch from the yellow "not configured" state to a usable connector.
Full docs: explorer/WALLETCONNECT.md