Skip to content

Commit a328663

Browse files
authored
headers for blockfrost; correct v vs vs (#2374)
Make the blockfrost mode a little more clear with a heading.
2 parents d850553 + ddff329 commit a328663

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ A good rule of thumb is that anything that applies strictly to transactions (fee
137137
Many protocol parameters are irrelevant in the Hydra context (eg, there is no treasury or stake pools within a head). Therefore, parameters related to reward incentives or delegation rules are unused.
138138
:::
139139

140-
### Fuel v funds
140+
### Fuel vs funds
141141

142142
Transactions driving the head lifecycle (`Init`, `Abort`, `Close`, etc) must be submitted to layer 1 and hence incur costs. Any UTXO owned by the `--cardano-signing-key` provided to the `hydra-node` can be used to pay fees or serve as collateral for these transactions. We refer to this as **fuel**.
143143

@@ -169,6 +169,8 @@ The `hydra-node` must be connected to the Cardano network, unless running in [of
169169

170170
Hydra node can talk to cardano-node directly or it can be used with the [`Blockfrost API`](https://blockfrost.io/).
171171

172+
#### Through a cardano-node
173+
172174
When using a direct connection to a [`cardano-node`](https://github.com/input-output-hk/cardano-node/) please refer to existing documentation on starting a node, for example on [developers.cardano.org](https://developers.cardano.org/docs/get-started/running-cardano), or [use Mithril](https://mithril.network/doc/manual/getting-started/bootstrap-cardano-node) to bootstrap the local node.
173175

174176
To specify how to connect to the local `cardano-node`, use `--node-socket` and `--testnet-magic`:
@@ -179,6 +181,8 @@ hydra-node \
179181
--node-socket devnet/node.socket \
180182
```
181183

184+
#### Through Blockfrost
185+
182186
If you decide to use `Blockfrost` service then hydra-node is started with provided path to the blockfrost [project file](https://blockfrost.dev/overview/getting-started#creating-first-project). Underlying Cardano network is then determined using the blockfrost project file so you should not specify `--mainnet` or `--testnet-magic` arguments:
183187

184188
```shell

0 commit comments

Comments
 (0)