An open API service indexing awesome lists of open source software.

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.

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.