Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

import WhatsNewBanner from './components/WhatsNewBanner' import Banner from './components/Home/Banner' import Wrapper from './components/Home/Wrapper' import twitterLogo from '../static/assets/home/logo-white.png' import discordLogo from '../static/assets/home/discord.png' import telegramLogo from '../static/assets/home/telegram.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 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 w3iLogo from '../static/assets/home/web3inboxLogo_high.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: 'Web3Inbox', icon: web3inboxLogo, href: '/web3inbox/about', description: 'All-in-one SDK for your push notifications and wallet messaging.' }, { name: 'Web3Wallet', icon: web3walletLogo, href: '/web3wallet/about', description: 'All-in-one SDK for connecting your wallet’s users to any app.' } ]} />


What's new?

<WhatsNewBanner title={'Web3Inbox'} description={ 'All-in-one SDK for push notifications and wallet messaging to engage your users on a whole new level.' } href={'/web3inbox/about'} image={w3iLogo} />


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: 'X', icon: twitterLogo, href: 'https://twitter.com/walletconnect', isWhite: true }, { name: 'Discord', icon: discordLogo, href: 'https://discord.com/invite/kdTQHQ6AFQ', isWhite: true },
{ name: 'Telegram', icon: telegramLogo, href: 'https://t.me/walletconnect', isWhite: true }, { 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