mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-22 14:52:26 +01:00
updated README
This commit is contained in:
parent
8620b47b8c
commit
773a982d4f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue