Files
p2p/README.md
Tiago Batista Cardoso 600f617c85 times & readme
2026-01-25 15:22:22 +01:00

1.0 KiB
Raw Blame History



p2p-merkle-client

A peer-to-peer client to download merkle trees.

prerequisites

  • Rust installed (including Cargo).

compilation instructions

To compile the project, navigate to the project directory in your terminal and run the following command:

cargo build

The project is divided in two modules : client-gui and client-network

running the project

After successful compilation, you can run the project using:

cargo run