Skip to content

reown-com/appkit-web-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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)

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