Skip to content

Commit 16443ff

Browse files
committed
Add a few more details on the wallet connect mechanism
1 parent 340227c commit 16443ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/documentation/wallet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ In this model, the web application (which is developed with LWK targeting WASM)
6666
The interface is general in order to enable interoperability with any third-party wallet that supports the appropriate wallet connect extensions. However, if the wallet does not provide UI support for a specific contract, the web application must be trusted to accurately represent the meaning and effects of the contract state and requested signatures.
6767

6868
A proof of concept of this mechanism is available in the [lending contract demo](https://demolending.distributedlab.com/). As of April 2026, lightly customized versions of Blockstream Jade and the Blockstream App can pair with this demo and authorize lending contract transactions on Liquid Testnet, in both lender and borrower roles.
69+
70+
In this proof of concept, the web app generates a QR code which an external wallet can scan to create a paired session. The web app and wallet then exchange JSON stanzas within this session to request and provide digital signatures needed to perform transactions with the contract.

0 commit comments

Comments
 (0)