mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-25 00:02:18 +01:00
updated README
This commit is contained in:
parent
fdd56c11c3
commit
f98c3e415c
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -24,11 +24,18 @@
|
||||||
- Time handling.
|
- Time handling.
|
||||||
- Parameterized contracts.
|
- Parameterized contracts.
|
||||||
|
|
||||||
|
- [Lecture #4](https://youtu.be/g4lvA14I-Jg)
|
||||||
|
|
||||||
|
- Monads.
|
||||||
|
- The `EmulatorTrace`-monad.
|
||||||
|
- The `Contract`-monad.
|
||||||
|
|
||||||
## Code Examples
|
## Code Examples
|
||||||
|
|
||||||
- Lecture #1: [English Auction](code/week01)
|
- Lecture #1: [English Auction](code/week01)
|
||||||
- Lecture #2: [Simple validation](code/week02)
|
- Lecture #2: [Simple validation](code/week02)
|
||||||
- Lecture #2: [Script Context & Parameterized Contracts](code/week03)
|
- Lecture #3: [Script Context & Parameterized Contracts](code/week03)
|
||||||
|
- Lecture #4: [Monad, Traces & Contracts](code/week04)
|
||||||
|
|
||||||
## Exercises
|
## Exercises
|
||||||
|
|
||||||
|
@ -56,6 +63,11 @@
|
||||||
- Fix and complete the code in the [Homework1](code/week03/src/Week03/Homework1.hs) module.
|
- Fix and complete the code in the [Homework1](code/week03/src/Week03/Homework1.hs) module.
|
||||||
- Fix and complete the code in the [Homework2](code/week03/src/Week03/Homework2.hs) module.
|
- Fix and complete the code in the [Homework2](code/week03/src/Week03/Homework2.hs) module.
|
||||||
|
|
||||||
|
- Week #4
|
||||||
|
|
||||||
|
- Implement function `payTrace` in the [Homework](code/week04/src/Week04/Homework.hs) module.
|
||||||
|
- Handle exceptions thrown by `submitTx` in function `payContract` in the same module.
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
Loading…
Reference in a new issue