File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
docs/lectures/lecture-07/lesson-09 Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
- # Lesson 6.5: Testing Smart Contracts with Lucid
1
+ # Lesson 7.9: Escrow using the Marlowe Runtime's REST API
2
2
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 .
4
4
5
- {% embed url="https://youtu.be/aUrIuDQgg5c " %}
5
+ {% embed url="https://youtu.be/E8m-PKbS9TI " %}
6
6
7
7
{% tabs %}
8
8
{% tab title="Learning Objectives" %}
9
9
After completing this lesson, you'll be able to:
10
10
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.
14
13
{% endtab %}
15
14
16
15
{% tab title="Lesson Resources" %}
17
16
Internet resources mentioned in the lesson's video:
18
17
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/ ) )
22
20
{% endtab %}
23
21
{% endtabs %}
24
22
You can’t perform that action at this time.
0 commit comments