Skip to content

Commit

Permalink
FIX demo parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed May 30, 2023
1 parent daa00a3 commit e79c344
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/getting-started/demo/without-docker.md
Expand Up @@ -16,8 +16,8 @@ import TabItem from '@theme/TabItem';

Make sure that you have a `cardano-node`, `hydra-node` and `hydra-tui` executable in your scope. You can either

- use `nix develop .#demo` or
- `cabal build` and `cabal exec` them (do not forget the `--` before passing further arguments).
- use `nix develop .#demo` or
- `cabal build` and `cabal exec` them (do not forget the `--` before passing further arguments).

:::info Tip for tmux users
In the `demo` nix shell, there is a `run-tmux` script which starts a new `tmux` session with multiple windows and panes executing all the commands below!
Expand Down Expand Up @@ -54,7 +54,6 @@ cardano-node run \

You can use the `seed-devnet.sh` script by passing it the path/command to a cardano-cli and hydra-node executable to use, instead of having it using the Docker container. For example:


<TerminalWindow>

```
Expand Down Expand Up @@ -157,6 +156,7 @@ source .env && hydra-node \
If things go well, the nodes should start logging once connected to the chain.

## Running The Clients

Connect to the nodes using hydra-tui.

````mdx-code-block
Expand All @@ -183,7 +183,7 @@ hydra-tui \
hydra-tui \
--connect 0.0.0.0:4002 \
--cardano-signing-key devnet/credentials/bob.sk \
--network-id 42 \
--testnet-magic 42 \
--node-socket devnet/node.socket
```
Expand All @@ -195,9 +195,9 @@ hydra-tui \
```
hydra-tui \
--connect 0.0.0.0:4002 \
--connect 0.0.0.0:4003 \
--cardano-signing-key devnet/credentials/carol.sk \
--network-id 42 \
--testnet-magic 42 \
--node-socket devnet/node.socket
```
Expand Down

0 comments on commit e79c344

Please sign in to comment.