Wallet Connect#

Get started. Integrate web3 wallet connection and messaging into your wallet or dapp with WalletConnect's SDK suite for mobile and web developers.

WalletConnect v1.0

Introduction

WalletConnect is an open protocol to communicate securely between Wallets and Dapps (Web3 Apps). The protocol establishes a remote connection between two apps and/or devices using a Bridge server to relay payloads. These payloads are symmetrically encrypted through a shared key between the two peers. The connection is initiated by one peer displaying a QR Code or deep link with a standard WalletConnect URI and is established when the counter-party approves this connection request. It also includes an optional Push server to allow Native applications to notify the user of incoming payloads for established connections.

Getting Started

Currently the WalletConnect protocol has references implementations written in Typescript for the Client, the Bridge Server and the Push server.To quickly setup for your Dapp or Wallet, go to Quick Start for code examples.To read in more detail about the WalletConnect protocol, go to Technical Specification​Additionally you can also consult the API references for Client, Bridge Server and Push Server

Last updated