Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
57 lines (41 loc) · 1.24 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.24 KB

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