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

https://github.com/furydotbot/solana-ui

Solana Multi Wallet Trading Platform
https://github.com/furydotbot/solana-ui

blockchain bundler devtools jupiter memecoin moonshot pumpfun pumpswap raydium solana solana-volume-bot solanabot solanabundler

Last synced: 9 months ago
JSON representation

Solana Multi Wallet Trading Platform

Awesome Lists containing this project

README

          

# Solana UI

[![GitHub stars](https://img.shields.io/github/stars/furydotbot/solana-ui?style=social)](https://github.com/furydotbot/solana-ui/stargazers)

![Solana UI image](https://i.imgur.com/T9IzS4k.png)

**Solana UI** is a multi-wallet trading platform designed for the Solana blockchain.
It provides users with a seamless interface to connect various Solana wallets and execute trades efficiently.

## 📚 Docs

Full documentation is available at: [https://docs.fury.bot/fury-ui/solana-ui](https://docs.fury.bot/fury-ui/solana-ui)

## Features

- **Multi-Wallet Support**: Connect and manage multiple Solana wallets effortlessly.
- **Trading Interface**: Intuitive UI for executing trades on the Solana network.
- **Responsive Design**: Optimized for both desktop and mobile devices.
- **Fast Performance**: Built with modern web technologies for a smooth user experience.

## Demo

Experience the live application at: [https://sol.app.fury.bot](https://sol.app.fury.bot)

## Getting Started

### Prerequisites

- [Node.js](https://nodejs.org/) (version 14 or later)
- [npm](https://www.npmjs.com/) (comes with Node.js)

### Installation

1. **Clone the repository**:

```bash
git clone https://github.com/furydotbot/solana-ui.git
cd solana-ui
```

2. **Install dependencies**:

```bash
npm install
```

3. **Start the development server**:

```bash
npm run dev
```

The application will be available at `http://localhost:5173`

## Project Structure

```
solana-ui/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # React components
│ ├── pages/ # Next.js pages
│ └── styles/ # Tailwind CSS styles
├── tailwind.config.js # Tailwind CSS configuration
├── postcss.config.js # PostCSS configuration
├── package.json # Project metadata and scripts
└── README.md # Project documentation
```

## Technologies Used

- [React](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Solana Web3.js](https://solana-labs.github.io/solana-web3.js/)

## Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.

## License

This project is licensed under the [MIT License](LICENSE).