|
@@ -3,6 +3,13 @@
|
|
Lox is a reputation-based bridge distribution system that provides privacy protection to users and their social graph and is open to all users.
|
|
Lox is a reputation-based bridge distribution system that provides privacy protection to users and their social graph and is open to all users.
|
|
Lox is written in rust and requires `cargo` to test. [Install Rust](https://www.rust-lang.org/tools/install)
|
|
Lox is written in rust and requires `cargo` to test. [Install Rust](https://www.rust-lang.org/tools/install)
|
|
|
|
|
|
|
|
+### To use the docker environment to build the package:
|
|
|
|
+
|
|
|
|
+```
|
|
|
|
+./build-lox.sh
|
|
|
|
+./run-lox.sh
|
|
|
|
+```
|
|
|
|
+
|
|
### To run the tests used for our experimental results run:
|
|
### To run the tests used for our experimental results run:
|
|
|
|
|
|
```
|
|
```
|