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.
🏃♂️ 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