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