1.3.1 • Published 10 months ago

solana-dapp v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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 template
  • nextjs: A Next.js template
  • anchor-react: A template for Anchor dapps (coming soon)
  • anchor-nextjs: A template for Anchor dapps with Next.js (coming soon)
1.3.1

10 months ago

1.3.0

10 months ago

1.2.9

10 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.0

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago