Web3Modal
The Web3Modal SDK allows you to easily connect your Web3 dapp with wallets. It provides a simple and intuitive interface for dapps to request actions such as signing transactions and interacting with smart contracts on the blockchain.
⚡️ QuickStart
Setup a dapp with Web3Modal in minutes!
npx create-wc-dapp@latest -y w3m
Get Started
Looking to upgrade from Web3Modal v2? Check out the upgrade guide.
React
Get started with Web3Modal in React.
Next.js
Get started with Web3Modal in Next.js.
Vue
Get started with Web3Modal in Vue.
JavaScript
Get started with Web3Modal in JavaScript.
React Native
Get started with Web3Modal in React Native.
Flutter
Get started with Web3Modal in Flutter.
Android
Get started with Web3Modal in Android.
iOS
Get started with Web3Modal in iOS.
Features
Some of the key features of the Web3Modal SDK include:
- Support for multiple frameworks. Easily integrate with React, Vue, vanilla JavaScript, and more.
- Customizable UI. Choose between light and dark modes and accent colors, or even infuse it with your own branding.
- EIP-6963 support for browser extension wallets.
- Multi-chain ready. Easily set up support for any EVM chain.
- Hundreds of Wallets. Connect with MetaMask, Rainbow, Coinbase and many more.
- Transaction History. View all transactions from the account view.
WalletConnectModal
Alternatively to Web3Modal you can integrate WalletConnectModal which is intended for advanced use cases where users manage connection strings and associated WalletConnect API's themselves.
Was this helpful?