Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@getpara/create-para-app

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getpara/create-para-app

Create Para SDK applications with one command

latest
Source
npmnpm
Version
2.11.0
Version published
Maintainers
6
Created
Source

@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
# Add your Para API key to .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

Keywords

para

FAQs

Package last updated on 13 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts