From fcba0bba7fd17c6527acc0176f162a72f8ef633b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Br=C3=BCnjes?= Date: Tue, 13 Apr 2021 16:44:22 +0200 Subject: [PATCH] updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9347c9..25be432 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ ## Code Examples - Lecture #1: [English Auction](code/week01) +- Lecture #2: [Simple Validation](code/week02) ## Exercises @@ -35,6 +36,11 @@ - Compile. - Simulate various auction scenarios. +- Week #2 + + - Fix and complete the code in the [Homework1](code/week02/src/Week02/Homework1.hs) module. + - Fix and complete the code in the [Homework2](code/week02/src/Week02/Homework2.hs) module. + ## Some Plutus Modules - [`PlutusTx.Data`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/Data.hs), contains the definition of the `Data` type.