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 + Dynamic.xyz

Next.js 15Intermediate

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 15Intermediate

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 3 Steps

Follow these steps to get a local example running.

1. Choose an Example

Pick an example from the list that best matches your tech stack (e.g., Next.js + RainbowKit).

2. Clone & Install

The examples are located in the cosmos-playground monorepo. Clone the repository and navigate to the example of your choice.

# Clone the repository git clone [https://github.com/TuwaIO/cosmos-playground.git](https://github.com/TuwaIO/cosmos-playground.git) # Navigate to your chosen example (e.g., nextjs-rainbowkit) cd cosmos-playground/examples/nextjs-rainbowkit # Install dependencies pnpm install

3. Start Building

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

# Start the development server pnpm dev
Last updated on