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.
Each framework has examples for the implementation with wagmi, ethers, solana and multichain (wagmi & solana)
- Next.js
- React
- Vue
.
├── 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