Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

import Table from './components/Table' import WhatsNewBanner from './components/WhatsNewBanner' import Banner from './components/Home/Banner' import Wrapper from './components/Home/Wrapper' import webLogo from '../static/assets/home/webLogo.png' import androidLogo from '../static/assets/home/androidLogo.png' import iosLogo from '../static/assets/home/iosLogo.png' import rnLogo from '../static/assets/home/rnLogo.png' import flutterLogo from '../static/assets/home/flutterLogo.png' import unityLogo from '../static/assets/home/unityLogo.png' import web3modalLogo from '../static/assets/home/web3modalLogo.png' import web3walletLogo from '../static/assets/home/web3walletLogo.png' import web3inboxLogo from '../static/assets/home/web3inboxLogo.png' import bookLogo from '../static/assets/home/bookLogo.png' import twitterLogo from '../static/assets/home/twitterLogo.png' import githubLogo from '../static/assets/home/githubLogo.png' import universalProviderLogo from '../static/assets/home/universalProviderLogo.png' import ethereumProviderLogo from '../static/assets/home/ethereumProviderLogo.png' import wcmLogo from '../static/assets/home/wcmLogo.png' import cloudLogo from '../static/assets/home/cloudLogo.png'

About

WalletConnect SDKs

Effortlessly integrate our suite of SDKs

<Wrapper type="large" items={[ { name: 'Web3Modal', icon: web3modalLogo, href: '/web3modal/about', description: 'All in one SDK for connecting your app to your wallet.' }, { name: 'Web3Wallet', icon: web3walletLogo, href: '/web3wallet/about', description: 'All-in-one SDK for connecting your wallet’s users to any app.' }, { name: 'Web3Inbox', icon: web3inboxLogo, href: '/web3inbox/about', description: 'All-in-one SDK for your push notifications and wallet messaging.' } ]} />


What's new?

<WhatsNewBanner title={'Verify API'} description={'Securely validate and prevent phishing with domain verification.'} href={'/web3wallet/verify'} />


Advanced

Utility tools for advanced usage with WalletConnect

<Wrapper type="large" items={[ { name: 'WalletConnectModal', icon: wcmLogo, href: '/advanced/walletConnectModal/about', description: 'A no-frills modal for wallet connections' }, { name: 'Ethereum Provider', icon: ethereumProviderLogo, href: '/advanced/providers/ethereum', description: 'EVM Compatible Provider for WalletConnect.' }, { name: 'Universal Provider', icon: universalProviderLogo, href: '/advanced/providers/universal', description: 'Chain Agnostic Provider for WalletConnect.' } ]} />


Join our community

Share your experience, contribute, or ask questions

<Wrapper type="small" items={[ { name: 'Twitter', icon: twitterLogo, href: 'https://twitter.com/walletconnect' }, { name: 'GitHub', icon: githubLogo, href: 'https://github.com/orgs/WalletConnect/discussions/', isWhite: true } ]} />


How to contribute

Book Logo

Every page footer has an Edit this page link. Change the Markdown, open a Pull Request and we’ll merge it!

Docs Repo