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

28 lines
1.0 KiB
Markdown


# p2p-merkle-client
A peer-to-peer client to download merkle trees.
## prerequisites
- [Rust](https://www.rust-lang.org/) installed (including Cargo).
## compilation instructions
To compile the project, navigate to the project directory in your terminal and run the following command:
```bash
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:
```bash
cargo run
```