Protect your privacy. Send transactions on supported blockchain networks over cMix.
Proxxy is a project designed to provide a proxy service with enhanced features and functionalities. It leverages cmix technology and network to deliver a robust and efficient privacy solution for RPC communications.
Protect your privacy when using web3. With Proxxy, any wallet can integrate better privacy, in order to avoid metadata being collected by RPC providers. Proxxy is currently available as a desktop application seamlessly integrated with MetaMask.
## Project Structure
The project is organized into the following structure:
```
├── README.md // This file, containing the project description and documentation.
├── backend // Directory containing backend-related code and resources.
├── bind_darwin_amd64.go // Go file for Darwin AMD64 architecture.
├── bind_darwin_arm64.go // Go file for Darwin ARM64 architecture.
├── bind_linux_amd64.go // Go file for Linux AMD64 architecture.
├── bind_linux_arm64.go // Go file for Linux ARM64 architecture.
├── bind_windows_amd64.go // Go file for Windows AMD64 architecture.
├── build.sh // Shell script for building the project.
├── bundler.json // Configuration file for the bundler.
├── electron // Directory containing Electron-related code and resources.
├── go.mod // Go module file.
├── go.sum // Go dependencies checksum file.
├── main.go // The main entry point for the Go application.
├── output // Directory where build outputs are stored.
├── package-lock.json // Lockfile for npm dependencies.
├── package.json // Configuration file for npm dependencies.