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
Description
Languages
Rust
100%