1.2.0 • Published 11 months ago
solana-wallet-setup v1.2.0
Solana Wallet Setup CLI
A command-line tool to easily set up Solana wallet adapter in Next.js projects.
Installation
npm install -g solana-wallet-setup
Usage
Navigate to your Next.js project directory and run:
solana-wallet-setup --setup-wallet
Follow the prompts to complete the setup.
Requirements
- Next.js project
- shadcn should be configured
- Node.js and npm installed
If shadcn/ui is not configured, you can set it up by running:
npx shadcn@latest init