You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ This repository consists of the following parts:
80
80
-[**Mithril signer**](./mithril-signer): the node of the **Mithril network** responsible for producing individual signatures that are collected and aggregated by the **Mithril aggregator**.
81
81
82
82
-[**Internal**](./internal): the shared tools and API used by **Mithril** crates.
83
+
83
84
-[**Mithril build script**](./internal/mithril-build-script): a toolbox for Mithril crates that uses a build script phase.
84
85
85
86
-[**Mithril cardano-node-chain**](./internal/cardano-node/mithril-cardano-node-chain): mechanisms to read and interact with the **Cardano chain** through a Cardano node, used by **Mithril network** nodes.
@@ -88,7 +89,7 @@ This repository consists of the following parts:
88
89
89
90
-[**Mithril cli helper**](./internal/mithril-cli-helper): **CLI** tools for **Mithril** binaries.
90
91
91
-
-[**Mithril DMQ node**](./internal/mithril-dmq-node): mechanisms to publish and consume messages of a **Decentralized Message Queue network** through a DMQ node, used by Mithril network nodes.
92
+
-[**Mithril DMQ node**](./internal/mithril-dmq): mechanisms to publish and consume messages of a **Decentralized Message Queue network** through a DMQ node, used by Mithril network nodes.
92
93
93
94
-[**Mithril doc**](./internal/mithril-doc): an API that generates Markdown documentation for crate command line arguments.
94
95
@@ -109,11 +110,13 @@ This repository consists of the following parts:
109
110
-[**Mithril signed entity prealoader**](./internal/signed-entity/mithril-signed-entity-preloader): a **preload** mechanism for the Cardano transaction signed entity, used by **Mithril network** nodes.
110
111
111
112
-[**tests**](./internal/tests): shared testing tools used by **Mithril** crates.
113
+
112
114
-[**Mithril api spec**](./internal/tests/mithril-api-spec): toolset to verify conformity of http routes against an Open Api specification, used by **Mithril network** nodes.
113
115
114
116
-[**Mithril test http server**](internal/tests/mithril-test-http-server): provides a test http server, used by **Mithril network** nodes.
115
117
116
118
-[**Mithril test lab**](./mithril-test-lab): the suite of tools that allow us to test and stress the **Mithril** protocol implementations.
119
+
117
120
-[**Mithril devnet**](./mithril-test-lab/mithril-devnet): the private **Mithril/Cardano network** used to scaffold a **Mithril network** on top of a **Cardano network**.
118
121
119
122
-[**Mithril end to end**](./mithril-test-lab/mithril-end-to-end): the tool used to run test scenarios against a **Mithril devnet**.
0 commit comments