Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.85 KB

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