Skip to content

Commit 7189dd1

Browse files
committed
Adds Lesson 7.9
1 parent ecc0fc3 commit 7189dd1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/lectures/lecture-07/lesson-09/README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
# Lesson 6.5: Testing Smart Contracts with Lucid
1+
# Lesson 7.9: Escrow using the Marlowe Runtime's REST API
22

3-
Welcome to Lesson 6.5! In this lesson, you'll learn how to test off-chain code with Lucid.
3+
Welcome to Lesson 7.9! In this lesson, you'll learn how to run an escrow smart contract using Marlowe Runtime REST API.
44

5-
{% embed url="https://youtu.be/aUrIuDQgg5c" %}
5+
{% embed url="https://youtu.be/E8m-PKbS9TI" %}
66

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

11-
* Explain the process of testing off-chain code with Lucid.
12-
* Describe how to use the emulator to run a local blockchain for testing.
13-
* Create and run tests by using Lucid.
11+
* Create complex smart contracts by using Marlowe.
12+
* Execute a Marlowe smart contract by using the Marlowe Runtime REST API.
1413
{% endtab %}
1514

1615
{% tab title="Lesson Resources" %}
1716
Internet resources mentioned in the lesson's video:
1817

19-
* [Lucid Emulator](https://deno.land/x/lucid@0.9.8/mod.ts?=Emultator&s=Emulator)
20-
* [Unit Testing in Deno](https://deno.com/manual@v1.32.3/basics/testing)
21-
* [Fast Check](https://github.com/dubzzz/fast-check)
18+
* [GitHub repo used in this lesson: Starter Kit for Marlowe](https://github.com/input-output-hk/marlowe-starter-kit/tree/PLT-3026)
19+
* [Cardanoscan](https://preprod.cardanoscan.io/))
2220
{% endtab %}
2321
{% endtabs %}
2422

0 commit comments

Comments
 (0)