title |
---|
Overview |
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 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' import Link from '@docusaurus/Link'
<Wrapper type="medium" items={[ { name: 'Get Started', icon: 'reown/get-started.svg', href: '/appkit/overview', description: 'Get started with Reown AppKit', }, { name: 'Upgrade to Reown', icon: 'reown/upgrade.svg', href: '/appkit/upgrade/from-w3m-to-reown', description: 'Upgrade to latest version of Reown AppKit', }, { name: 'Features', icon: 'reown/features.svg', href: '/appkit/features/', description: 'Learn about the features Reown has to offer', }, { name: 'Try AppKit Demo', icon: 'reown/demo.svg', href: 'https://demo.reown.com/?utm_source=navbar&utm_medium=docs&utm_campaign=backlinks', description: 'Try out the powerful Reown AppKit today', }, { name: 'Migrate from Alternatives', icon: 'reown/migrate.svg', href: '/appkit/migration/', description: 'Migrate from other solutions to Reown AppKit', }, { name: 'Browse our repositories', icon: 'reown/browse.svg', href: 'https://github.com/reown-com', description: 'Browse all our open-source repos', } ]} />
Effortlessly integrate our suite of SDKs.
<Wrapper type="centered" items={[ { name: 'AppKit', icon: 'reown/appkit-logo.svg', href: '/appkit/overview', description: 'AppKit is a comprehensive SDK for creating seamless onchain UX, offering features like login (email & social), gas fee sponsorship, multi-chain support, onramps, swaps, user insights, and access to more than 600 wallets.', }, { name: 'WalletKit', icon: 'reown/walletkit-logo.svg', href: '/walletkit/overview', description: 'WalletKit is an open-source SDK for seamless wallet connections across blockchains. It offers one-click authentication, secure transaction signing, phishing protection, advanced on-chain configurations like batch transactions and paymasters.', } ]} />
<Wrapper type="support" items={[ { name: 'Get Support', icon: 'reown/support.svg', href: 'https://discord.com/invite/kdTQHQ6AFQ', description: 'Reown offers free unlimited support for builders 24/7. Feel free to read our FAQ or get in touch.', }, ]} />
Step-by-step guides and ready-to-use code examples designed to help you quickly implement common features and solve specific use cases using the SDK. Perfect for tackling real-world scenarios with ease.
Click on the "Recipes" tab in the sidebar to explore more.
<Wrapper type="recipe" items={[ { name: 'Build a Telegram Mini App', icon: 'reown/recipes.svg', href: '/appkit/recipes/telegram-mini-app', }, { name: 'How to Build on EVM', icon: 'reown/recipes.svg', href: '/appkit/recipes/wagmi-send-transaction', }, { name: 'How to Build on Solana', icon: 'reown/recipes.svg', href: '/appkit/recipes/solana-send-transaction', }, { name: 'How to Build on Bitcoin', icon: 'reown/recipes.svg', href: '/appkit/recipes/bitcoin-send-transaction', } ]} />
Share your experience, contribute, or ask questions
<Wrapper type="small" items={[ { name: 'X', icon: twitterLogo, href: 'https://x.com/reown_', 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 } ]} />