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.
Next.js + Nova Connect + Quasar (Full-Stack)
Sovereign multi-chain gateway integrating Nova Connect connectivity with Quasar Indexer Engine for real-time transaction tracking, billing, and identity.
Vite + Nova Connect (Custom Styles)
Lightweight and fast Vite React application showcasing Nova Connect custom styling adapters. Perfect for rapid prototyping.
Next.js + Nova Connect
Sovereign multi-chain starter template showcasing unified wallet connectivity and headless transaction state lifecycles.
Next.js + Nova Connect (EVM only)
Specialized template focused strictly on EVM provider mapping and transaction status indexing.
Next.js + Nova Connect (Solana only)
Dedicated Solana ecosystem template featuring Gill cluster manager integration and signature status tracking.
Vite + Nova Connect
Lightweight and fast Vite React template showcasing standard wallet connectivity configurations.
🛠️ 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@latest2. Launch Local Development Server
Navigate into the created project directory, install dependencies, and execute the local development server:
pnpm dev