Skip to content

Commit

Permalink
Second draft 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oduameh committed Jun 12, 2024
1 parent 18eb952 commit 01562f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ In summary, the Hydra head participants exchanged and agreed on:
- A Hydra verification key to identify them in the head
- A Cardano verification key to identify them on the blockchain
- Protocol parameters to use in the Hydra head
- A contestation period for the head closing (we will use the default here).
## Step 3. Start the Hydra node
## Step 3: Start the Hydra node
Expand Down Expand Up @@ -528,11 +528,11 @@ When both parties, `alice` and `bob`, have committed, the Hydra head will open
The head is now operational and ready for further activities.

The head is now operational and ready for further activities.

## Step 5. Use the Hydra head

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.

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.
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.

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

Expand Down

0 comments on commit 01562f8

Please sign in to comment.