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