updated README

This commit is contained in:
Lars Brünjes 2021-04-13 16:44:22 +02:00
parent e530a3d636
commit fcba0bba7f
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -18,6 +18,7 @@
## Code Examples ## Code Examples
- Lecture #1: [English Auction](code/week01) - Lecture #1: [English Auction](code/week01)
- Lecture #2: [Simple Validation](code/week02)
## Exercises ## Exercises
@ -35,6 +36,11 @@
- Compile. - Compile.
- Simulate various auction scenarios. - 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 ## 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. - [`PlutusTx.Data`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/Data.hs), contains the definition of the `Data` type.