Skip to content

neocarvajal/vanilla-next-wallet-adapter

Repository files navigation

vanilla-next-wallet-adapter

📒 Index

Alt Text

🔰 About

Simple Next.js + Wallet-Adapter (@Solana)

🚀 Demo

Vanila Next Wallet Adapter in Vercel

🔌 Installation

  • 1 Clone this repo
$ git clone https://github.com/neocarvajal/vanilla-next-wallet-adapter.git
  • 2 go to the downloaded project
$ cd vanilla-next-wallet-adapter/
  • 3 Build and run project

  • npm run build

  • npm run dev

📦 Commands

  • Commands to start the project.

  • npm run dev or

  • npm run start

📁 File Structure

  • The structure of the project is as follows:
.├── src
│   └── app
│       ├── components
│       │   └── AppWalletProvider.tsx
│       ├── favicon.ico
│       ├── globals.css
│       ├── layout.tsx
│       └── page.tsx