Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjlar committed Jul 28, 2021
1 parent 8620b47 commit 773a982
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -36,13 +36,19 @@
- Native Tokens.
- NFT's.

- [Lecture #6](https://youtu.be/24SHPHEc3zo)

- Oracles.
- Using the PAB.

## Code Examples

- Lecture #1: [English Auction](code/week01)
- Lecture #2: [Simple validation](code/week02)
- 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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 773a982

Please sign in to comment.