updated README

This commit is contained in:
Lars Brünjes 2021-07-28 23:14:23 +02:00
parent 8620b47b8c
commit 773a982d4f
No known key found for this signature in database
GPG key ID: B488B9045DC1A087

View file

@ -36,6 +36,11 @@
- Native Tokens. - Native Tokens.
- NFT's. - NFT's.
- [Lecture #6](https://youtu.be/24SHPHEc3zo)
- Oracles.
- Using the PAB.
## Code Examples ## Code Examples
- Lecture #1: [English Auction](code/week01) - Lecture #1: [English Auction](code/week01)
@ -43,6 +48,7 @@
- Lecture #3: [Script Context & Parameterized Contracts](code/week03) - Lecture #3: [Script Context & Parameterized Contracts](code/week03)
- Lecture #4: [Monad, Traces & Contracts](code/week04) - Lecture #4: [Monad, Traces & Contracts](code/week04)
- Lecture #5: [Native Tokens](code/week05) - Lecture #5: [Native Tokens](code/week05)
- Lecture #6: [Oracles](code/week06)
## Exercises ## Exercises
@ -80,6 +86,10 @@
- Add a deadline to the minting policy in the [Homework1](code/week05/src/Week05/Homework1.hs) module. - 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. - 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 ## 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. - [`Language.Marlowe.Semantics`](https://github.com/input-output-hk/plutus/blob/master/marlowe/src/Language/Marlowe/Semantics.hs), contains Marlowe types and semantics.