Project

General

Profile

New feature / Change #4103

Updated by Olivier Bitsch about 2 years ago

Wallet connect integration is used when clicking on QrCode button #4091. 

 * Immediately ask permissions to take photo then use Wallet Connect integration to take picture. 
 * Once connected, display Wallet connect with Disconnect Button. 
 * Create a testing page with Wallet Connect server side QrCode, once scanned, have a sign request button and then display signature on the page. 

 ### The official use case  

 the principle is : 

 * you navigate with your computer. You need to do action that requires to sign request (like swap token) 
 * the webpage display a Qrcode, you can with your phone from the wallet 
 * the wallet is connected to Wallet Connect over Websocket in same time than browser. 
 * when the browser requests signing, the signing request pops on the mobile phone 

 Official docs : https://docs.walletconnect.com/

Back