Solana Wallet Example Code and Tutorial
Creating a Custom Solana Wallet Connect UI with Next.js , Tailwind and Shadcn
npx create-next-app@latest

Run the CLI
Configure components.json
Fonts
App structure
That's it

lets install npm libraries that will help us to create the wallet connector .
Last updated