Skip to content

Commit a7c28ef

Browse files
committed
fix merge conflict with cardano-testnet.md on staging
1 parent 8b61e20 commit a7c28ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/get-started/cardano-testnet.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,13 @@ Testnet is running. Type CTRL-C to exit.
266266
```
267267

268268
You can ignore the initial `✗ <interactive> failed` log. This is an artifact from the fact that cardano-testnet relies
269-
on a test library to run. The same applies to all `forAllX = ...` logs. That being said, those logs give the location of the output directory being used: it is `/tmp/nix-shell.iZ2TPc/tmp.ly3nO21w1e/` in the log above. This can be useful if you didn't specify `--output-dir` yourself and rely on cardano-testnet's default behavior.
269+
on a test library to run. The same applies to all `forAllX = ...` logs.
270270

271-
Once the line `Testnet is running. Type CTRL-C to exit.` appears, the testnet is running and building blocks, and regular queries commands (for example using [cardano-cli](cardano-cli/basic-operations/get-started)) can be executed against it.
271+
The last few lines give you the location of the config file (hence the location of the sandbox directory, if you haven't specified it), and the logs of the SPO node.
272+
273+
It also gives you some environment variables to export, should you want to use [cardano-cli](https://developers.cardano.org/docs/get-started/cli-operations/basic-operations/) to interact with the testnet.
274+
275+
Once the line `Testnet is running. Type CTRL-C to exit.` appears, the testnet is running and building blocks.
272276

273277
## Stopping a local cluster
274278

0 commit comments

Comments
 (0)