Simple Next.js + Wallet-Adapter (@Solana)
Vanila Next Wallet Adapter in Vercel
- 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 to start the project.
-
npm run dev
or -
npm run start
- The structure of the project is as follows:
.├── src
│ └── app
│ ├── components
│ │ └── AppWalletProvider.tsx
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx