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