@getpara/create-para-app
Create Para SDK applications with one command.
Quick Start
npx @getpara/create-para-app my-app
cd my-app
cp .env.example .env
yarn dev
Features
- Interactive setup - Choose your networks, auth methods, and wallets
- Network support - EVM (Ethereum, Polygon, etc.), Solana, Cosmos
- Auth methods - Email, Phone, OAuth (Google, Apple, Twitter, etc.)
- External wallets - MetaMask, Phantom, Keplr, and more
- Modern stack - Next.js 15, React 19, Tailwind CSS 4, TypeScript
Usage
Interactive Mode
npx @getpara/create-para-app
Follow the prompts to configure your app:
- App name - Your project name (lowercase, hyphens allowed)
- Networks - Select EVM, Solana, Cosmos (or multiple)
- Auth methods - Email, Phone, OAuth providers
- External wallets - Wallets to support based on selected networks
With App Name
npx @getpara/create-para-app my-para-app
Generated Project
The CLI creates a Next.js application with:
- Para SDK pre-configured with your selected options
- Connect wallet UI
- Message signing example
- Tailwind CSS styling
- TypeScript configured
Requirements
- Node.js 18.0.0 or higher
- Yarn or npm
Get Your API Key
Visit developer.getpara.com to create an account and get your API key.
Documentation
License
MIT