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
- Host: GitHub
- URL: https://github.com/furydotbot/solana-ui
- Owner: furydotbot
- License: mit
- Created: 2025-04-14T02:02:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T16:39:10.000Z (9 months ago)
- Last Synced: 2025-04-27T12:24:27.479Z (9 months ago)
- Topics: blockchain, bundler, devtools, jupiter, memecoin, moonshot, pumpfun, pumpswap, raydium, solana, solana-volume-bot, solanabot, solanabundler
- Language: TypeScript
- Homepage: https://sol.app.fury.bot/
- Size: 457 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solana UI
[](https://github.com/furydotbot/solana-ui/stargazers)

**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).