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.
🛠️ This project was developed by the team at Raze.bot using the open-source Fury SDKs to power its backend integrations and blockchain interactions.
Find the full documentation here:
👉 https://docs.raze.bot/how-to-use
- 🔑 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.
Try the live version here:
👉 https://sol.app.raze.bot/
git clone https://github.com/furydotbot/solana-ui.git
cd solana-ui
npm install
npm run devVisit: http://localhost:5173
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
Contributions are welcome!
Fork the repo and open a pull request for new features, improvements, or bug fixes.
This project is licensed under the MIT License.