https://github.com/chambaz/solanaui
Build Solana apps faster. Beautifully designed UI components and utilities, built for Solana. Extending the powerful @shadcn/ui library.
https://github.com/chambaz/solanaui
react shadcn-ui solana typescript ui
Last synced: 5 months ago
JSON representation
Build Solana apps faster. Beautifully designed UI components and utilities, built for Solana. Extending the powerful @shadcn/ui library.
- Host: GitHub
- URL: https://github.com/chambaz/solanaui
- Owner: chambaz
- License: mit
- Created: 2024-12-02T21:17:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T15:52:44.000Z (about 1 year ago)
- Last Synced: 2025-05-06T16:56:47.956Z (about 1 year ago)
- Topics: react, shadcn-ui, solana, typescript, ui
- Language: TypeScript
- Homepage: https://www.solanaui.dev
- Size: 1.58 MB
- Stars: 31
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SolanaUI
SolanaUI is a collection of beautifully designed UI components and utility functions, built for Solana. It extends the powerful [shadcn/ui](https://ui.shadcn.com/) library with Solana-specific components along with asset / price fetching utilites, making it easier to get started with Solana UI development.
## Getting Started
To get started read the [docs](https://www.solanaui.dev/) or install the docs locally.
### Installation
```bash
# install dependencies
pnpm install
```
### Set your RPC url in your .env.local
```
NEXT_PUBLIC_RPC_URL="https://your-rpc-url.com"
```
### Development
```bash
# start development server
pnpm dev
```
Open [http://localhost:3000](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`.
## Documentation
Visit the [docs](https://www.solanaui.dev/docs) to get started.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see license for details.