Getting started
Getting started with the Wallet UI React SDK.
Wallet UI is still in development, please report any bugs you find on GitHub.
Get started with a template
The easiest way to get started is to use a template. It comes with everything you need to get started.
Next.js and Tailwind CSS
npx create-solana-dapp@latest -t next-tailwind
pnpm dlx create-solana-dapp@latest -t next-tailwind
yarn dlx create-solana-dapp@latest -t next-tailwind
bun x create-solana-dapp@latest -t next-tailwind
Other templates coming soon
Framework guide
If you want to add Wallet UI to your existing project or want to set it up manually, follow one of the guides below.