You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 00-preliminaries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
The [demeter.run](https://demeter.run/) web3 development platform provides an extension *Cardano Marlowe Runtime* that has Marlowe tools installed and makes available the Marlowe Runtime backend services and a Cardano node. No setting of environment variables or installation of tools or running of backend services is needed when using Demeter Run's Cardano Marlowe Runtime extension.
4
4
5
5
- If you are using this starter kit with the *Cardano Marlowe Runtime* extension for [demeter.run](https://demeter.run/), then visit [00-preliminaries.ipynb](00-preliminaries.ipynb)[📹](https://youtu.be/hGBmj9ZrYHs) to set up wallets.
6
-
- If you are **not** using [demeter.run](https://demeter.run/) and need to start your own instance of Marlowe Runtimme, first visit [the docker instructions](docker.md)[📹](https://youtu.be/oRPTe5zbZBU) to set up Marlowe Runtime and then visit [00-preliminaries.ipynb](00-preliminaries.ipynb)[📹](https://youtu.be/hGBmj9ZrYHs) to set up wallets.
6
+
- If you are **not** using [demeter.run](https://demeter.run/) and need to start your own instance of Marlowe Runtimme, first visit [the docker instructions](docker.md)[📹](https://youtu.be/wgSvPlWUrf8) to set up Marlowe Runtime and then visit [00-preliminaries.ipynb](00-preliminaries.ipynb)[📹](https://youtu.be/hGBmj9ZrYHs) to set up wallets.
Copy file name to clipboardExpand all lines: 01-runtime-cli.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"\n",
17
17
"In this demonsration we use Marlowe Runtime\\'s command-line interface, `marlowe-runtime-cli`, to run this contract on Cardano\\'s `preprod` public testnet. Marlowe contracts may use either addresses or role tokens for authorization: here we use addresses.\n",
18
18
"\n",
19
-
"[A video works through this Jupyter notebook.](https://youtu.be/dti4QyZcCNk)\n",
19
+
"[A video works through this Jupyter notebook.](https://youtu.be/pjDtuD5rimI)\n",
20
20
"\n",
21
21
"In [Marlowe Playground](https://play.marlowe-finance.io/), the contract looks like this in Blockly format.\n",
-[1. ZCB using the Marlowe Runtime command-line client](01-runtime-cli.ipynb)[📹](https://youtu.be/dti4QyZcCNk)
9
+
-[1. ZCB using the Marlowe Runtime command-line client](01-runtime-cli.ipynb)[📹](https://youtu.be/pjDtuD5rimI)
10
10
-[2. ZCB using the Marlowe Runtime REST API](02-runtime-rest.ipynb)[📹](https://youtu.be/wgJVdkM2pBY)
11
11
-[3. ZCB using the Marlowe command-line tool](03-marlowe-cli.ipynb)[📹](https://youtu.be/ELc72BKf7ec)
12
12
-[4. Escrow using Marlow Runtime REST API](04-escrow-rest.ipynb)[📹](https://youtu.be/E8m-PKbS9TI)
@@ -22,7 +22,7 @@
22
22
23
23
## Setup
24
24
25
-
This repository is meant to be used with [demeter.run](https://demeter.run) to execute Marlowe contracts using Marlowe Runtime, or with another similar cloud deployment of Marlowe Runtime. Alternatively, one can [deploy Marlowe Runtime locally with docker](docker.md)[📹](https://youtu.be/oRPTe5zbZBU).
25
+
This repository is meant to be used with [demeter.run](https://demeter.run) to execute Marlowe contracts using Marlowe Runtime, or with another similar cloud deployment of Marlowe Runtime. Alternatively, one can [deploy Marlowe Runtime locally with docker](docker.md)[📹](https://youtu.be/wgSvPlWUrf8).
26
26
27
27
If you are unfamiliar with the Marlowe smart-contract language or with the Cardano blockchain, you may want to familiarize yourself with the following information:
28
28
@@ -33,7 +33,7 @@ If you are unfamiliar with the Marlowe smart-contract language or with the Carda
33
33
## Lessons
34
34
35
35
-[Lesson 0. Preliminaries](00-preliminaries.md): This lesson describes how to create and fund the Cardano addresses used in the lessons in this starter kit. [📹](https://youtu.be/hGBmj9ZrYHs)
36
-
-[Lesson 1. Marlowe Runtime's Command-Line Interface](01-runtime-cli.ipynb): This lesson shows how to use Marlowe Runtime to execute a zero-coupon bond contract using the command line for a Cardano testnet. [📹](https://youtu.be/dti4QyZcCNk)
36
+
-[Lesson 1. Marlowe Runtime's Command-Line Interface](01-runtime-cli.ipynb): This lesson shows how to use Marlowe Runtime to execute a zero-coupon bond contract using the command line for a Cardano testnet. [📹](https://youtu.be/pjDtuD5rimI)
37
37
-[Lesson 2. Marlowe Runtime's REST Interface](02-runtime-rest.ipynb): This lesson shows how to use the REST API for Marlowe Runtime to execute a zero-coupon bond contract on a Cardano testnet. [📹](https://youtu.be/wgJVdkM2pBY)
38
38
-[Lesson 3. Marlowe CLI](03-marlowe-cli.ipynb): This lesson shows how to use the Marlowe CLI without Marlowe Runtime to execute a zero-coupon bond contract on a Cardano testnet. [📹](https://youtu.be/ELc72BKf7ec)
39
39
-[Lesson 4. Escrow](04-escrow-rest.ipynb): This lesson shows how to use the REST API of Marlowe Runtime to execute an escrow contract on a Cardano testnet. [📹](https://youtu.be/E8m-PKbS9TI)
0 commit comments