mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 10:52:35 +01:00
updated README
This commit is contained in:
parent
e530a3d636
commit
fcba0bba7f
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
## Code Examples
|
||||
|
||||
- Lecture #1: [English Auction](code/week01)
|
||||
- Lecture #2: [Simple Validation](code/week02)
|
||||
|
||||
## Exercises
|
||||
|
||||
|
@ -35,6 +36,11 @@
|
|||
- Compile.
|
||||
- Simulate various auction scenarios.
|
||||
|
||||
- Week #2
|
||||
|
||||
- Fix and complete the code in the [Homework1](code/week02/src/Week02/Homework1.hs) module.
|
||||
- Fix and complete the code in the [Homework2](code/week02/src/Week02/Homework2.hs) module.
|
||||
|
||||
## Some Plutus Modules
|
||||
|
||||
- [`PlutusTx.Data`](https://github.com/input-output-hk/plutus/blob/master/plutus-tx/src/PlutusTx/Data.hs), contains the definition of the `Data` type.
|
||||
|
|
Loading…
Reference in a new issue