Skip to content

Commit 7791a69

Browse files
committed
Update README
1 parent cff32b8 commit 7791a69

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

mithril-test-lab/mithril-devnet/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ chmod u+x *.sh
4040
# Run devnet with 1 BFT node and 2 SPO nodes (with remote docker images)
4141
MITHRIL_IMAGE_ID=main-c9213ca ./devnet-run.sh
4242

43+
# Run devnet with Cardano nodes only
44+
NODES=cardano ./devnet-run.sh
45+
46+
# Run devnet with Mithril nodes only
47+
NODES=mithril ./devnet-run.sh
48+
4349
# Logs devnet
4450
./devnet-log.sh
4551

@@ -49,7 +55,7 @@ MITHRIL_IMAGE_ID=main-c9213ca ./devnet-run.sh
4955
# Stop devnet
5056
./devnet-stop.sh
5157

52-
# Visusalize devnet
58+
# Visualize devnet
5359
./devnet-stop.sh
5460
```
5561

@@ -68,7 +74,7 @@ ROOT=artifacts ./devnet-query.sh
6874
# Stop devnet
6975
ROOT=artifacts ./devnet-stop.sh
7076

71-
# Visusalize devnet
77+
# Visualize devnet
7278
ROOT=artifacts ./devnet-stop.sh
7379
```
7480

@@ -86,8 +92,11 @@ rm -rf ${ROOT} && ./devnet-mkfiles.sh ${ROOT} ${NUM_BFT_NODES} ${NUM_POOL_NODES}
8692
# Change directory
8793
cd ${ROOT}
8894

89-
# Start devnet
90-
./start.sh
95+
# Start devnet Cardano nodes
96+
./start-cardano.sh
97+
98+
# Start devnet Mithril nodes
99+
./start-mithril.sh
91100

92101
# Query devnet
93102
./query.sh
@@ -103,7 +112,6 @@ cd ${ROOT}
103112

104113
```bash
105114
# Example of artifacts
106-
tree artifacts
107115
artifacts
108116
├── activate.sh
109117
├── addresses
@@ -181,7 +189,8 @@ artifacts
181189
│ ├── topology.json
182190
│ └── tx
183191
├── query.sh
184-
├── start.sh
192+
├── start-cardano.sh
193+
├── start-mithril.sh
185194
└── stop.sh
186195
```
187196

0 commit comments

Comments
 (0)