Skip to content

reown-com/appkit-web-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web AppKit Examples

This repository provides examples of how to integrate and use AppKit in various frameworks, including Next.js, React, and Vue. These examples are designed to demonstrate best practices and simplify the integration process.

Examples Included

Each framework has examples for the implementation with wagmi, ethers, solana and multichain (wagmi & solana)


Structure

.
├── nextjs/   # Web AppKit with NextJS
├──────── next-wagmi-app-router
├──────── next-ethers-app-router
├──────── next-solana-app-router
├──────── next-multichain-app-router
├── react/    # Web AppKit with React
├──────── react-wagmi
├──────── react-ethers
├──────── react-ethers5
├──────── react-multichain
├──────── react-solana
├── vue/      # Web AppKit with Vue
├──────── vue-ethers
├──────── vue-multichain
├──────── vue-solana
└──────── vue-wagmi