projectId
by visiting and creating your project’s profile on WalletConnect’s project dashboard at:
https://dashboard.reown.com/
uri
which will be passed from a dapp when a user either scans the dapp’s WalletConnect qrcode modal or manually copies and pastes the uri from the modal into the wallet’s UI.session_proposal
event on the walletKit
. This event is triggered when the pair
method is called on walletKit.core.pairing
to create a pairing session.polkadot_signMessage
and polkadot_signTransaction
respectively and each simply signs the respective payload and returns the signature to the dapp. An example of a session_request
event handler containing both can be found below.
await walletKit.disconnectSession({ topic: topic });
passing the session topic.await walletKit.extendSession({ topic: topic });
passing the session topic.