Getting Started
Example App
This page can document a sample app (e.g. a repo or sandbox) that shows:
PollarProvidersetup with API key.- Using
usePollarfor login/logout. - Using
WalletButtonor 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