Skip to Content
Quick Start

Quick Start

To integrate Pulsar transaction tracking, you can deploy one of the official template gateways. Each template is an integrated application illustrating standard multi-chain connectivity configurations, Zustand-based state store bindings, and user-facing notifications.

🚀 Examples

The cosmos-playground repository contains curated templates illustrating specific blockchain configurations and provider integrations.

Ready

Next.js + Nova Connect + Quasar (Full-Stack)

Next.js 16Advanced

Sovereign multi-chain gateway integrating Nova Connect connectivity with Quasar Indexer Engine for real-time transaction tracking, billing, and identity.

React 19TypeScript@tuwaio/nova-connectQuasar SDKWagmiTailwindCSS
Ready

Vite + Nova Connect (Custom Styles)

Vite + ReactIntermediate

Lightweight and fast Vite React application showcasing Nova Connect custom styling adapters. Perfect for rapid prototyping.

React 19TypeScriptVite@tuwaio/nova-connectTailwindCSSCustom Styles
Ready

Next.js + Nova Connect

Next.js 16Beginner

Sovereign multi-chain starter template showcasing unified wallet connectivity and headless transaction state lifecycles.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Next.js + Nova Connect (EVM only)

Next.js 16Beginner

Specialized template focused strictly on EVM provider mapping and transaction status indexing.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Next.js + Nova Connect (Solana only)

Next.js 16Beginner

Dedicated Solana ecosystem template featuring Gill cluster manager integration and signature status tracking.

React 19TypeScript@tuwaio/nova-connectWagmiTailwindCSS
Ready

Vite + Nova Connect

Vite + ReactBeginner

Lightweight and fast Vite React template showcasing standard wallet connectivity configurations.

React 19TypeScriptVite@tuwaio/nova-connectTailwindCSS

🛠️ Local Gateway Deployment

Follow these instructions to run a local template application.

1. Initialize Template Application

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

npx create-cosmos-playground@latest

2. Launch Local Development Server

Navigate into the created project directory, install dependencies, and execute the local development server:

pnpm dev
Last updated on