PollarPollar
Getting Started

Example App

This page can document a sample app (e.g. a repo or sandbox) that shows:

  • PollarProvider setup with API key.
  • Using usePollar for login/logout.
  • Using WalletButton or a custom flow.
  • (Optional) Deferred flow: create wallet and activate later.

Replace this content with the link to the example repo or concrete tutorial steps.

Minimal structure

my-app/
├── app/
│   ├── layout.tsx   # PollarProvider here
│   └── page.tsx     # usePollar, WalletButton
└── package.json     # @pollar/core, @pollar/react

Next steps

On this page

Was this helpful?