2024-08-08 17:10:34 -04:00
2024-08-07 17:26:30 -04:00
2024-08-08 17:10:34 -04:00
2024-08-05 09:06:57 -04:00

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

  1. Clone the repository

    git clone https://github.com/vacp2p/mix.git
    cd mix
    
  2. 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.

Description
No description provided
Readme 5.2 MiB
Languages
Nim 100%