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
Privacy-Enhanced Mixing Engine: Custom implementation for SOL mixing operations
๐ค 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