mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 02:42:35 +01:00
updated README
This commit is contained in:
parent
48810f26e1
commit
01480581e5
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@
|
|||
- [`Homework1`](code/week05/src/Week05/Solution1.hs)
|
||||
- [`Homework2`](code/week05/src/Week05/Solution2.hs)
|
||||
|
||||
- Week #7
|
||||
|
||||
- [`RockPaperScissors`](code/week07/src/Week07/RockPaperScissors.hs)
|
||||
- [`TestRockPaperScissors`](code/week07/src/Week07/TestRockPaperScissors.hs)
|
||||
|
||||
## Some Plutus Modules
|
||||
|
||||
- [`Plutus.Contract.StateMachine`](https://github.com/input-output-hk/plutus/blob/master/plutus-contract/src/Plutus/Contract/StateMachine.hs), contains types and functions for using state machines.
|
||||
|
|
Loading…
Reference in a new issue