Skip to content

Commit 9d11452

Browse files
committed
Adds Lesson 8.2
1 parent 66c3525 commit 9d11452

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/lectures/lecture-08/lesson-02/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
# Lesson 6.2: Introduction to the Plutus Simple Model Library
1+
# Lesson 8.2: The Private Testnet
22

3-
Welcome to Lesson 6.2! In this lesson, you'll learn how the Plutus Simple Model library works.
3+
Welcome to Lesson 8.2! In this lesson, you'll learn how set up and use a private Cardano testnet.
44

5-
{% embed url="https://youtu.be/Sft02LeXA_U" %}
5+
{% embed url="https://youtu.be/BBqOZAuMx1c" %}
66

77
{% tabs %}
88
{% tab title="Learning Objectives" %}
99
After completing this lesson, you'll be able to:
1010

11-
* Launch the Plutus Simple Model Library documentation.
12-
* Describe how the Plutus Simple Model library works.
13-
* Define tests by using the Plutus Model library.
14-
* Explain how tests use the state monad.
11+
* Explain what a testnet is.
12+
* Understand the benefits of using a testnet while developing and testing smart contacts.
13+
* Set up and execute a private Cardano testnet.
14+
* Interact with a private testnet by using Cardano CLI.
1515
{% endtab %}
1616

17+
{% tab title="Lesson Resources" %}
18+
Internet resources mentioned in the lesson's video:
19+
20+
* [Cardano private testnet repository](https://github.com/woofpool/cardano-private-testnet-setup/tree/babbage)
21+
{% endtab %}
1722
{% endtabs %}
1823

1924
## Collaborate with the Pioneers Community

0 commit comments

Comments
 (0)