Skip to content

Commit 1612da7

Browse files
committed
Second draft 2
1 parent c5e2190 commit 1612da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/tutorial/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ In summary, the Hydra head participants exchanged and agreed on:
344344
- A Hydra verification key to identify them in the head
345345
- A Cardano verification key to identify them on the blockchain
346346
- Protocol parameters to use in the Hydra head
347-
- A contestation period for the head closing (we will use the default here).
347+
## Step 3. Start the Hydra node
348348
349349
## Step 3: Start the Hydra node
350350
@@ -528,11 +528,11 @@ When both parties, `alice` and `bob`, have committed, the Hydra head will open
528528
The head is now operational and ready for further activities.
529529

530530
The head is now operational and ready for further activities.
531-
531+
## Step 5. Use the Hydra head
532532

533533
In this step, we'll demonstrate a basic transaction between `alice` and `bob` using the Hydra head. Hydra Head operates as an isomorphic protocol, meaning that functionalities available on the Cardano layer 1 network are also available on the layer 2 network. This compatibility allows us to use familiar tools like `cardano-cli` for transaction creation within the head.
534534

535-
In this step, we'll demonstrate a basic transaction between `alice` and `bob` using the Hydra head. Hydra Head operates as an isomorphic protocol, meaning that functionalities available on the Cardano layer one network are also available on the layer two network. This compatibility allows us to use familiar tools like `cardano-cli` for transaction creation within the head.
535+
In this example, we will transfer 10 ada from Alice to Bob. Adjust the transaction amount based on the balances previously committed to the head.
536536

537537
In this example, we will transfer `10₳` from Alice to Bob. Adjust the transaction amount based on the balances previously committed to the head.
538538

0 commit comments

Comments
 (0)