added build command for trusted setup

This commit is contained in:
rachel-rose
2021-07-03 12:25:04 +02:00
parent 9b0155d5ae
commit fa8bb0ef1c

View File

@@ -2,13 +2,19 @@ Not even an alpha product. Just a mere prototype(s).
# darkfid usage
To run darkfid:
Perform the trusted setup:
```console
$ cargo build --release
```
Run darkfid:
```console
$ cargo run --bin darkfi -- -v
```
To change darkfid configurations:
Change darkfid configurations:
```console
$ cargo run --bin darkfi -- config --help