SolanaUI is a collection of beautifully designed UI components and utility functions, built for Solana. It extends the powerful shadcn/ui library with Solana-specific components along with asset / price fetching utilites, making it easier to get started with Solana UI development.
To get started read the docs or install the docs locally.
# install dependencies
pnpm install
NEXT_PUBLIC_RPC_URL="https://your-rpc-url.com"
# start development server
pnpm dev
Open http://localhost:3000 in your browser to see the result. All SolanaUI components are stored in src/components/sol
and utility functions can all be found in src/lib
.
Visit the docs to get started.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see license for details.