1.3.1 • Published 6 months ago
solana-dapp v1.3.1
Create Solana Dapp
A CLI tool to quickly scaffold Solana dapps with modern tooling and templates.
Features
- 🚀 Quick setup for Solana dapp development
- ⚡️ Multiple frontend templates (React, Next.js)
- 🔧 Support for different package managers (npm, yarn, pnpm)
- 🎨 Pre-configured with Tailwind CSS
- 🦊 Wallet adapter integration (Phantom, Solflare)
- 🔄 React Query for data fetching
- 📱 Responsive layouts out of the box
Quick Start
You can create a new project interactively:
npx solana-dapp@latest
with command line options:
npx solana-dapp@latest -n my-app -t react -p npm
or
npx solana-dapp@latest --name my-app --template nextjs --package-manager pnpm
Command Line Options
--name, -n
: Name of your project--template, -t
: Template to use (react, nextjs)--package-manager, -pm
: Package manager to use (npm, yarn, pnpm)
Templates
react
: A simple React templatenextjs
: A Next.js templateanchor-react
: A template for Anchor dapps (coming soon)anchor-nextjs
: A template for Anchor dapps with Next.js (coming soon)
1.3.1
6 months ago
1.3.0
6 months ago
1.2.9
6 months ago
1.2.8
6 months ago
1.2.7
6 months ago
1.2.6
6 months ago
1.2.5
6 months ago
1.2.4
6 months ago
1.2.3
6 months ago
1.2.0
6 months ago
1.1.3
6 months ago
1.1.2
6 months ago
1.1.1
6 months ago
1.1.0
6 months ago
1.0.2
6 months ago
1.0.1
6 months ago
1.0.0
6 months ago
1.0.4
6 months ago
1.0.3
6 months ago