Mix
This repository contains the implementation of the Sphinx packet handling for the Mix protocol, a custom protocol within the libp2p framework. The protocol is designed to enable anonymous communication in peer-to-peer networks.
Installation
-
Clone the repository
git clone https://github.com/vacp2p/mix.git cd mix -
Install Dependencies
Ensure you have Nim and Nimble installed. For detailed installation instructions and downloads, visit the official Nim website, where you'll find installers for various operating systems and methods. Nimble, the package manager for Nim, is typically included with the Nim installation. Then install the necessary Nim packages:
nimble install
Running Tests
To run the tests, use the following command:
nimble test
Usage
[Usage instructions will be added once the implementation is complete.]
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
License
This project is licensed under the MIT License.