Locally install

๐Ÿงฐ Getting Started

Prerequisites

  • Node.js (v14 or later)

  • npm (comes with Node.js)

  • Understanding of privacy implications and local regulations

Installation

git clone https://github.com/furydotbot/solana-ui.git
cd solana-ui
npm install
npm run dev

Visit: http://localhost:5173


๐Ÿ—‚ Project Structure

solana-ui/
โ”œโ”€โ”€ public/             # Static assets
โ”œโ”€โ”€ src/                # Source code
โ”‚   โ”œโ”€โ”€ components/     # React components including mixer UI
โ”‚   โ”œโ”€โ”€ pages/          # Next.js pages
โ”‚   โ”œโ”€โ”€ privacy/        # Privacy and mixing components
โ”‚   โ””โ”€โ”€ 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


๐Ÿค Contributing

Contributions are welcome, especially for privacy and security enhancements! Fork the repo and open a pull request for new features, mixing improvements, or bug fixes.

Last updated