Skip to content

Commit c8c5b13

Browse files
committed
Update readme
1 parent d82d4ae commit c8c5b13

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ 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. In the directory
64+
[example/minimal/docker/cluster/](example/minimal/docker/cluster/), you will
65+
find configuration files for both nodes. No changes are required here to start a
66+
functioning Hydra cluster, though you may adjust some settings if needed.
6567

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

0 commit comments

Comments
 (0)