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.
Full documentation is available at: https://docs.fury.bot/fury-ui/solana-ui
- 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.
Experience the live application at: https://sol.app.fury.bot
-
Clone the repository:
git clone https://github.com/furydotbot/solana-ui.git cd solana-ui
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application will be available at
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! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.