diff --git a/README.md b/README.md index d0c89b5..1c11d61 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ - Native Tokens. - NFT's. +- [Lecture #6](https://youtu.be/24SHPHEc3zo) + + - Oracles. + - Using the PAB. + ## Code Examples - Lecture #1: [English Auction](code/week01) @@ -43,6 +48,7 @@ - Lecture #3: [Script Context & Parameterized Contracts](code/week03) - Lecture #4: [Monad, Traces & Contracts](code/week04) - Lecture #5: [Native Tokens](code/week05) +- Lecture #6: [Oracles](code/week06) ## Exercises @@ -80,6 +86,10 @@ - Add a deadline to the minting policy in the [Homework1](code/week05/src/Week05/Homework1.hs) module. - Fix the token name to the empty ByteString in the NFT contract in the [Homework2](code/week05/src/Week05/Homework2.hs) module. +- Week #6 + + - Get the Oracle demo running and extend it in some way. + ## Some Plutus Modules - [`Language.Marlowe.Semantics`](https://github.com/input-output-hk/plutus/blob/master/marlowe/src/Language/Marlowe/Semantics.hs), contains Marlowe types and semantics.