This repository provides examples of how to integrate and use AppKit in various frameworks, including Javascript,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, bitcoin and multichain (wagmi & solana)
Framework | Integration | Live Demo | Fork on Stackblitz |
---|---|---|---|
Javascript | ethers | Demo | Fork |
wagmi | Demo | Fork | |
Solana | Demo | Fork | |
Bitcoin | Demo | Fork | |
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 |
.
├── javascript/ # Web AppKit with Javascript
├──────── javascript-bitcoin
├──────── javascript-wagmi
├──────── javascript-ethers
├──────── javascript-solana
├── 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