Skip to content

Commit c2bb0ee

Browse files
committed
Update readme
1 parent d82d4ae commit c2bb0ee

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ a cluster of two nodes, with each node running the minimal example logic.
5757
directory of this repository. This will put you in the shell with all the
5858
necessary executables required to continue with the setup procedure.
5959

60-
2. In [example/minimal/docker/cluster/](example/minimal/docker/cluster/) you
61-
can find configuration files for both nodes. The only field that needs to be
62-
updated here is the `blockfrostApiKey`, which should be set to a valid
63-
Blockfrost API key **for preprod**.
64-
Visit the [Blockfrost website](https://blockfrost.io/) to generate a fresh API key.
60+
2. Run `touch example/minimal/blockfrost.txt` to create a text file that will
61+
store your Blockfrost API key. Visit the
62+
[Blockfrost website](https://blockfrost.io/) to generate a new API key for the
63+
**preprod** network and paste it into this file.
64+
65+
In the directory
66+
[example/minimal/docker/cluster/](example/minimal/docker/cluster/), you will
67+
find configuration files for both nodes. No changes are required here to start a
68+
functioning Hydra cluster, though you may adjust some settings if needed.
6569

6670
3. Execute `make gen-keys` to generate the necessary Cardano and Hydra keys
6771
required by the underlying Hydra nodes. Cardano keys are used to authenticate

0 commit comments

Comments
 (0)