We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05fdd0 commit a268b76Copy full SHA for a268b76
mithril-test-lab/mithril-end-to-end/README.md
@@ -17,6 +17,11 @@
17
# Download sources from github
18
git clone https://github.com/input-output-hk/mithril
19
20
+# Build nodes
21
+make -C mithril-aggregator build
22
+make -C mithril-signer build
23
+make -C mithril-client-cli build
24
+
25
# Go to sources directory
26
cd mithril-test-lab/mithril-end-to-end
27
```
@@ -31,7 +36,7 @@ make build
31
36
./mithril-end-to-end --help
32
37
33
38
# Run
34
-./mithril-end-to-end -vvv --db-directory db/ --bin-directory ../../target/release
39
+./mithril-end-to-end -vvv --work-directory db/ --bin-directory ../../target/release --devnet-scripts-directory=../mithril-devnet
35
40
41
42
To run `mithril-end-to-end` command, you must first compile the Mithril nodes:
0 commit comments