mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 19:02:53 +01:00
Merge branch 'main' into solutions
This commit is contained in:
commit
288eac624d
1 changed files with 7 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
|||
|
||||
- Week #3
|
||||
|
||||
- Fix and complete the code in the [Homework1](code/week03/src/Week02/Homework1.hs) module.
|
||||
- Fix and complete the code in the [Homework2](code/week03/src/Week02/Homework2.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.
|
||||
|
||||
|
||||
## Solutions
|
||||
|
@ -61,6 +61,11 @@
|
|||
- [`Homework1`](code/week02/src/Week02/Solution1.hs)
|
||||
- [`Homework2`](code/week02/src/Week02/Solution2.hs)
|
||||
|
||||
- Week #3
|
||||
|
||||
- [`Homework1`](code/week03/src/Week03/Solution1.hs)
|
||||
- [`Homework2`](code/week03/src/Week03/Solution2.hs)
|
||||
|
||||
## Some Plutus Modules
|
||||
|
||||
- [`Plutus.V1.Ledger.Contexts`](https://github.com/input-output-hk/plutus/blob/master/plutus-ledger-api/src/Plutus/V1/Ledger/Contexts.hs), contains the definition of the context-related types.
|
||||
|
|
Loading…
Reference in a new issue