Getting started
Getting started with the Wallet UI React SDK.
Wallet UI is still in development. Please open any issue if you find any bugs. Use the discussions for features requests.
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
Basic Next.js app with Tailwind, gill and Wallet UI.
Use templates gill-next-tailwind-basic
or gill-next-tailwind-counter
to generate Anchor examples.
npx create-solana-dapp@latest -t gill-next-tailwind
React with Vite and Tailwind CSS
Basic React app with Vite, Tailwind, gill and Wallet UI.
Use templates gill-next-tailwind-basic
or gill-next-tailwind-counter
to generate Anchor examples.
npx create-solana-dapp@latest -t gill-react-vite-tailwind
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.