Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 5.31 KB

README.md

File metadata and controls

52 lines (44 loc) · 5.31 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, bitcoin and multichain (wagmi & solana)

Framework Integration Live Demo Fork on Stackblitz
Next.js ethers Demo Fork
wagmi Demo Fork
Solana Demo Fork
Bitcoin Demo Fork
Multichain Demo Fork
React ethers Demo Fork
wagmi Demo Fork
Solana Demo Fork
Bitcoin Demo Fork
Multichain Demo Fork
Vue ethers Demo Fork
wagmi Demo Fork
Solana Demo Fork
Bitcoin Demo Fork
Multichain Demo Fork

Structure

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