Skip to Content
Quick Start

Quick Start

The fastest way to get started with Pulsar is to use one of our official example apps. Each example is a fully functional application that demonstrates a different wallet integration or feature set of the Pulsar and Nova transaction suites.

🚀 Examples

The cosmos-playground repository contains a variety of examples to help you get started.

Ready

Next.js + @wallet-ui/core (solana) + RainbowKit (evm)

Next.js 15Advanced

Next.js application using @wallet-ui/core and RainbowKit for a minimal and clean wallet connection experience.

React 19TypeScript@wallet-ui/coreRainbowKitWagmiTailwindCSS
Ready

Next.js + @wallet-ui/core (solana)

Next.js 15Intermediate

Next.js application using @wallet-ui/core for a minimal and clean wallet connection experience.

React 19TypeScript@wallet-ui/coreWagmiTailwindCSS
Ready

Next.js + Dynamic.xyz

Next.js 15Advanced

Next.js application using Dynamic.xyz for a minimal and clean wallet connection experience.

React 19TypeScriptDynamic.xyzWagmiTailwindCSS
Ready

Next.js + ConnectKit

Next.js 15Beginner

Next.js application using ConnectKit for a minimal and clean wallet connection experience.

React 19TypeScriptConnectKitWagmiTailwindCSS
Ready

Next.js + Reown AppKit

Next.js 15Advanced

Next.js application using Reown AppKit for a minimal and clean wallet connection experience.

React 19TypeScriptReown AppKitWagmiTailwindCSS
Ready

Next.js + RainbowKit

Next.js 15Beginner

Full-featured Next.js App Directory example with beautiful wallet connection UI and comprehensive transaction tracking.

React 19TypeScriptRainbowKitWagmiTailwindCSS
Ready

Next.js + Web3Auth

Next.js 15Advanced

Next.js application using Web3Auth for a minimal and clean wallet connection experience.

React 19TypeScriptWeb3AuthWagmiTailwindCSS
Ready

Vite + RainbowKit

Vite + ReactBeginner

Lightweight and fast Vite React application with RainbowKit integration. Perfect for rapid development and testing.

React 19TypeScriptViteRainbowKitTailwindCSS

🏃‍♂️ Getting Started in 2 Steps

Follow these steps to get a local example running.

1. Create your application

Run npx create-cosmos-playground@latest in your terminal to create a new application from one of our templates.

npx create-cosmos-playground@latest

2. Start Building

Once the dependencies are installed, you can run the local development server.

pnpm dev
Last updated on