<aside> 📜 AppKit

</aside>

Using AppKit by Reown, you can enable wallet connections and interact with any supported EVM and non-EVM networks. Using the new Multichain modal, you can also configure EVM+Solana.

With AppKit, you can provide seamless wallet connections, such as:

All of the above features are designed to deliver an exceptional user experience.

Reown’s AppKit is a simple a wallet connection modal that leverages the WalletConnect Protocol to enable apps to easily support users connecting a wallet to their platform with any of 500+ wallet providers.

Note: You may find references that use the term “Web3Modal”. “Web3Modal” is the same as AppKit. These terms may be used interchangeable.

<aside> đź’ˇ Resources

</aside>

  1. AppKit - Documentation

    1. You can find end-to-end information on how you can get started with AppKit and configure your Web3 App to power wallet interactions.

      Overview | Reown Docs

  2. Quickstart Github Repo for AppKit

    1. This has simple quickstart repos integrating AppKit in several different frameworks such as Next, React, Svelte, and Vue.

    2. In order to clone this into your local computer, follow the steps given below:

      1. Open your command terminal and open the directory/folder you want to clone the repo into.
      2. Run git clone <https://github.com/reown-com/appkit.git> - this will clone the repo.
      3. Now, navigate to /appkit/examples. You'll find quickstart guides for various frameworks. Choose your preferred framework and set your terminal's directory path to that folder.

      For example: If I want to use Next as my preferred framework, then I simply run: cd appkit/next-wagmi 4. On your terminal, run npm install or yarn install or bun install depending on the package manager you use. 5. Now, run npm run dev or yarn dev or pnpm dev or bun dev depending on the package manager you use. After this, you should be able to see the quickstart example on your localhost:3000.

       [appkit/examples at main · reown-com/appkit](<https://github.com/reown-com/appkit/tree/main/examples>)
      
  3. Migration Guide

    1. The technical guide below shows you how you can migrate from an existing integration to AppKit.

    Migration from RainbowKit to AppKit | Reown Docs

  4. Reown Blog

    1. The link below leads you to Reown’s blog that is home to over 30+ technical guides and blogs. Feel free to scroll through for any information or specific use-case you are looking for.

      Read the latest from Reown — Reown

    2. Technical Guide - How to get started with AppKit on EVM. This guide teaches you how you can get started with AppKit on any EVM chain.

      How to Integrate Reown AppKit on EVM | ETHGlobal Guides

<aside> ⚠️ How to get support?

</aside>