updated README

This commit is contained in:
Lars Brünjes 2021-04-13 12:48:07 +02:00
parent 0e9277b6f8
commit e530a3d636
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -8,6 +8,13 @@
- The (E)UTxO-model
- Running an example auction contract on a local Playground
- Homework
- [Lecture #2](https://youtu.be/E5KRk5y9KjQ)
- Triggering change.
- Low-level, untyped on-chain validation scripts.
- High-level, typed on-chain validation scripts.
## Code Examples
- Lecture #1: [English Auction](code/week01)