This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
I updated the Haskell source files in the week 1 and week 2 folders, so that they will successfully compile in the Week 3 Plutus Playground environment. I tested the resulting compiled contracts with simulations in the playground.
I also updated the cabal.project files in week 1 and week 2 to the one in week 3.
Mainly, the changes required in the week 1 and 2 files had to do with the following commit in the plutus repo: SCP-2087: Update context definition.
I updated the Haskell source files in the week 1 and week 2 folders, so that they will successfully compile in the Week 3 Plutus Playground environment. I tested the resulting compiled contracts with simulations in the playground.
I also updated the cabal.project files in week 1 and week 2 to the one in week 3.
Mainly, the changes required in the week 1 and 2 files had to do with the following commit in the plutus repo: SCP-2087: Update context definition.