solana-wallet-setup
v1.2.0
Published
CLI tool to set up Solana wallet adapter in Next.js projects
Downloads
19
Readme
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