|
|
@@ -8,28 +8,22 @@ Perform the trusted setup:
|
|
|
$ cargo build --release
|
|
|
```
|
|
|
|
|
|
-Run darkfid:
|
|
|
-
|
|
|
-```console
|
|
|
-$ cargo run --bin darkfi -- -v
|
|
|
-```
|
|
|
-
|
|
|
-Change darkfid configurations:
|
|
|
+Run gateway daemon:
|
|
|
|
|
|
```console
|
|
|
-$ cargo run --bin darkfi -- config --help
|
|
|
+$ cargo run --bin gateway -- -v
|
|
|
```
|
|
|
|
|
|
-Run 10 clients simultaneously:
|
|
|
+Run darkfid:
|
|
|
|
|
|
```console
|
|
|
-$ cargo test test_ten_clients_simultaneously --bin darkfid
|
|
|
+$ cargo run --bin darkfi -- -v
|
|
|
```
|
|
|
|
|
|
-Run Client A and send 9 slabs. Client B should receive 10 slabs from subscriber:
|
|
|
+Change darkfid configurations:
|
|
|
|
|
|
```console
|
|
|
-$ cargo test test_subscriber --bin darkfid
|
|
|
+$ cargo run --bin darkfi -- config --help
|
|
|
```
|
|
|
|
|
|
# dark-client usage
|
|
|
@@ -42,12 +36,6 @@ Show usage manual:
|
|
|
$ /drk -h
|
|
|
```
|
|
|
|
|
|
-*Say hello*:
|
|
|
-
|
|
|
-```console
|
|
|
-$ /drk -hi
|
|
|
-```
|
|
|
-
|
|
|
Let's liberate people from the claws of big tech and create the democratic paradigm of technology.
|
|
|
|
|
|
Self-defense is integral to any organism's survival and growth.
|