Skip to content

Commit 2651569

Browse files
feat: add marlowe starter kit (#46)
1 parent 08a4b2c commit 2651569

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

kits/marlowe/metadata.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: Marlowe Tutorial
2+
logo: https://demeter.run/assets/logos/jupyter.png
3+
description: This tutorial contains 6 lessons for interacting with Marlowe Smart Contracts.
4+
repository: https://github.com/input-output-hk/marlowe-starter-kit
5+
features:
6+
- marlowe
7+
settings:
8+
template: haskell
9+
size: small
10+
author:
11+
name: IOHK
12+
website: https://iohk.io/
13+
logo: https://demeter.run/assets/logos/iohk-symbol-inverted.png
14+
social:
15+
twitter: https://twitter.com/IOHKMedia
16+

kits/marlowe/readme.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Marlowe Tutorial
2+
3+
### Lesson 0: Get Started - Creating and Funding Cardano Addresses
4+
Learn how to create and fund Cardano addresses to kickstart your journey with Marlowe.
5+
Video: https://www.youtube.com/watch?v=hGBmj9ZrYHs
6+
7+
### Lesson 1: Marlowe Runtime CLI
8+
Explore the Marlowe Runtime command-line interface and discover how to execute a zero-coupon bond contract on a Cardano testnet using the CLI. Watch the comprehensive video guide for step-by-step instructions.
9+
Video: https://www.youtube.com/watch?v=pjDtuD5rimI
10+
11+
### Lesson 2: Marlowe Runtime REST Interface
12+
Discover the power of the Marlowe Runtime REST API as you execute a zero-coupon bond contract on a Cardano testnet. Dive into the REST interface with the help of the detailed video tutorial.
13+
Video: https://www.youtube.com/watch?v=wgJVdkM2pBY
14+
15+
### Lesson 3: Marlowe CLI
16+
Learn how to utilize the Marlowe CLI, independent of Marlowe Runtime, to execute a zero-coupon bond contract on a Cardano testnet. Follow the video guide for a smooth learning experience.
17+
Video: https://www.youtube.com/watch?v=ELc72BKf7ec
18+
19+
### Lesson 4: Escrow Contract
20+
Explore the possibilities of the Marlowe Runtime REST API as you execute an escrow contract on a Cardano testnet. Master the process by watching the comprehensive video tutorial.
21+
Video: https://www.youtube.com/watch?v=E8m-PKbS9TI
22+
23+
### Lesson 5: Swap Contract
24+
Experience the execution of a swap contract for Ada and Djed tokens using the Marlowe Runtime REST API on a Cardano testnet. Follow the step-by-step video guide for a seamless learning journey.
25+
Video: https://www.youtube.com/watch?v=sSrVCRNoytU

0 commit comments

Comments
 (0)